This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
OnnxStack.StableDiffusion Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.5 .0</Version >
4
+ <Version >0.6 .0</Version >
5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<ImplicitUsings >disable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.5 .0</Version >
4
+ <Version >0.6 .0</Version >
5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<ImplicitUsings >disable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
43
43
</ItemGroup >
44
44
45
45
<ItemGroup >
46
- <PackageReference Include =" OnnxStack.Core" Version =" 0.5 .0" Condition =" '$(Configuration)' == 'Release' " />
46
+ <PackageReference Include =" OnnxStack.Core" Version =" 0.6 .0" Condition =" '$(Configuration)' == 'Release' " />
47
47
<ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' " />
48
48
</ItemGroup >
49
49
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
+ <Version >0.6.0</Version >
4
5
<OutputType >WinExe</OutputType >
5
6
<TargetFramework >net7.0-windows</TargetFramework >
6
7
<Nullable >disable</Nullable >
48
49
</ItemGroup >
49
50
50
51
<ItemGroup >
51
- <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.5 .0" Condition =" '$(Configuration)' == 'Release' " />
52
+ <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.6 .0" Condition =" '$(Configuration)' == 'Release' " />
52
53
<ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
53
54
</ItemGroup >
54
55
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
+ <Version >0.6.0</Version >
4
5
<TargetFramework >net7.0</TargetFramework >
5
6
<Nullable >disable</Nullable >
6
7
<ImplicitUsings >enable</ImplicitUsings >
7
8
<PlatformTarget >x64</PlatformTarget >
8
9
</PropertyGroup >
9
10
10
11
<ItemGroup >
11
- <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.5 .0" Condition =" '$(Configuration)' == 'Release' " />
12
+ <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.6 .0" Condition =" '$(Configuration)' == 'Release' " />
12
13
<ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
13
14
</ItemGroup >
14
15
You can’t perform that action at this time.
0 commit comments