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 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.5 .0</Version >
4+ <Version >0.6 .0</Version >
55 <TargetFramework >net7.0</TargetFramework >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >disable</Nullable >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.5 .0</Version >
4+ <Version >0.6 .0</Version >
55 <TargetFramework >net7.0</TargetFramework >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >disable</Nullable >
4343 </ItemGroup >
4444
4545 <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' " />
4747 <ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' " />
4848 </ItemGroup >
4949
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4+ <Version >0.6.0</Version >
45 <OutputType >WinExe</OutputType >
56 <TargetFramework >net7.0-windows</TargetFramework >
67 <Nullable >disable</Nullable >
4849 </ItemGroup >
4950
5051 <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' " />
5253 <ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
5354 </ItemGroup >
5455
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4+ <Version >0.6.0</Version >
45 <TargetFramework >net7.0</TargetFramework >
56 <Nullable >disable</Nullable >
67 <ImplicitUsings >enable</ImplicitUsings >
78 <PlatformTarget >x64</PlatformTarget >
89 </PropertyGroup >
910
1011 <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' " />
1213 <ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
1314 </ItemGroup >
1415
You can’t perform that action at this time.
0 commit comments