This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree 4 files changed +8
-8
lines changed
OnnxStack.StableDiffusion
4 files changed +8
-8
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.15 .0</Version >
4
+ <Version >0.16 .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.15 .0</Version >
4
+ <Version >0.16 .0</Version >
5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<ImplicitUsings >disable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
34
34
</ItemGroup >
35
35
36
36
<ItemGroup >
37
- <PackageReference Include =" OnnxStack.Core" Version =" 0.15 .0" Condition =" '$(Configuration)' == 'Release' " />
37
+ <PackageReference Include =" OnnxStack.Core" Version =" 0.16 .0" Condition =" '$(Configuration)' == 'Release' " />
38
38
<ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' " />
39
39
</ItemGroup >
40
40
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.15 .0</Version >
4
+ <Version >0.16 .0</Version >
5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<ImplicitUsings >disable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
44
44
</ItemGroup >
45
45
46
46
<ItemGroup >
47
- <PackageReference Include =" OnnxStack.Core" Version =" 0.15 .0" Condition =" '$(Configuration)' == 'Release' " />
47
+ <PackageReference Include =" OnnxStack.Core" Version =" 0.16 .0" Condition =" '$(Configuration)' == 'Release' " />
48
48
<ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' " />
49
49
</ItemGroup >
50
50
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.15 .0</Version >
4
+ <Version >0.16 .0</Version >
5
5
<OutputType >WinExe</OutputType >
6
6
<TargetFramework >net7.0-windows</TargetFramework >
7
7
<Nullable >disable</Nullable >
51
51
</ItemGroup >
52
52
53
53
<ItemGroup >
54
- <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.15 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
55
- <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.15 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
54
+ <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.16 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
55
+ <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.16 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
56
56
<ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
57
57
<ProjectReference Include =" ..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
58
58
</ItemGroup >
You can’t perform that action at this time.
0 commit comments