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
-9
lines changed
OnnxStack.StableDiffusion Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.10 .0</Version >
4+ <Version >0.12 .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.12.0</Version >
45 <TargetFramework >net7.0</TargetFramework >
56 <ImplicitUsings >disable</ImplicitUsings >
67 <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.10 .0</Version >
4+ <Version >0.12 .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.10 .0" Condition =" '$(Configuration)' == 'Release' " />
46+ <PackageReference Include =" OnnxStack.Core" Version =" 0.12 .0" Condition =" '$(Configuration)' == 'Release' " />
4747 <ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' " />
4848 </ItemGroup >
4949
5050
5151 <ItemGroup >
5252 <PackageReference Include =" MathNet.Numerics" Version =" 5.0.0" />
5353 <PackageReference Include =" NumSharp" Version =" 0.30.0" />
54- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0" />
5554 </ItemGroup >
5655
5756 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.10 .0</Version >
4+ <Version >0.12 .0</Version >
55 <OutputType >WinExe</OutputType >
66 <TargetFramework >net7.0-windows</TargetFramework >
77 <Nullable >disable</Nullable >
4040 </ItemGroup >
4141
4242 <ItemGroup >
43- <PackageReference Include =" Extended.Wpf.Toolkit" Version =" 4.5.1" />
44- <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.10.0" Condition =" '$(Configuration)' == 'Release' " />
43+ <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.12.0" Condition =" '$(Configuration)' == 'Release' " />
4544 <ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition =" '$(Configuration)' == 'Debug' " />
4645 </ItemGroup >
4746
4847
4948 <ItemGroup >
49+ <PackageReference Include =" Extended.Wpf.Toolkit" Version =" 4.5.1" />
5050 <PackageReference Include =" LibGit2Sharp" Version =" 0.28.0" />
5151 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8.0.0" />
52- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.0" />
53- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0" />
5452 <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.16.2" />
5553 <PackageReference Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.1.77" />
5654 </ItemGroup >
You can’t perform that action at this time.
0 commit comments