This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree 4 files changed +7
-9
lines changed
OnnxStack.StableDiffusion
4 files changed +7
-9
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.10 .0</Version >
4
+ <Version >0.12 .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.12.0</Version >
4
5
<TargetFramework >net7.0</TargetFramework >
5
6
<ImplicitUsings >disable</ImplicitUsings >
6
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.10 .0</Version >
4
+ <Version >0.12 .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.10 .0" Condition =" '$(Configuration)' == 'Release' " />
46
+ <PackageReference Include =" OnnxStack.Core" Version =" 0.12 .0" Condition =" '$(Configuration)' == 'Release' " />
47
47
<ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' " />
48
48
</ItemGroup >
49
49
50
50
51
51
<ItemGroup >
52
52
<PackageReference Include =" MathNet.Numerics" Version =" 5.0.0" />
53
53
<PackageReference Include =" NumSharp" Version =" 0.30.0" />
54
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0" />
55
54
</ItemGroup >
56
55
57
56
<ItemGroup >
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.10 .0</Version >
4
+ <Version >0.12 .0</Version >
5
5
<OutputType >WinExe</OutputType >
6
6
<TargetFramework >net7.0-windows</TargetFramework >
7
7
<Nullable >disable</Nullable >
40
40
</ItemGroup >
41
41
42
42
<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' " />
45
44
<ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition =" '$(Configuration)' == 'Debug' " />
46
45
</ItemGroup >
47
46
48
47
49
48
<ItemGroup >
49
+ <PackageReference Include =" Extended.Wpf.Toolkit" Version =" 4.5.1" />
50
50
<PackageReference Include =" LibGit2Sharp" Version =" 0.28.0" />
51
51
<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" />
54
52
<PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.16.2" />
55
53
<PackageReference Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.1.77" />
56
54
</ItemGroup >
You can’t perform that action at this time.
0 commit comments