|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <Version>0.31.0</Version> |
| 4 | + <Version>0.39.0</Version> |
5 | 5 | <OutputType>WinExe</OutputType>
|
6 | 6 | <TargetFramework>net8.0-windows</TargetFramework>
|
7 | 7 | <Nullable>disable</Nullable>
|
|
47 | 47 | </ItemGroup>
|
48 | 48 |
|
49 | 49 | <ItemGroup>
|
50 |
| - <PackageReference Include="OnnxStack.StableDiffusion" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" /> |
51 |
| - <PackageReference Include="OnnxStack.ImageUpscaler" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" /> |
52 |
| - <PackageReference Include="OnnxStack.FeatureExtractor" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" /> |
| 50 | + <PackageReference Include="OnnxStack.StableDiffusion" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" /> |
| 51 | + <PackageReference Include="OnnxStack.ImageUpscaler" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" /> |
| 52 | + <PackageReference Include="OnnxStack.FeatureExtractor" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" /> |
53 | 53 | <ProjectReference Include="..\OnnxStack.FeatureExtractor\OnnxStack.FeatureExtractor.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
|
54 | 54 | <ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
|
55 | 55 | <ProjectReference Include="..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
|
56 | 56 | </ItemGroup>
|
57 | 57 |
|
58 | 58 | <ItemGroup>
|
59 | 59 | <PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.18.0" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
|
60 |
| - <PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.17.3" Condition=" '$(Configuration)' == 'Debug-Nvidia' OR '$(Configuration)' == 'Release-Nvidia'" /> |
| 60 | + <PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.18.0" Condition=" '$(Configuration)' == 'Debug-Nvidia' OR '$(Configuration)' == 'Release-Nvidia'" /> |
61 | 61 | </ItemGroup>
|
62 | 62 |
|
63 | 63 | <ItemGroup>
|
64 | 64 | <PackageReference Include="Extended.Wpf.Toolkit" Version="4.6.0" />
|
65 | 65 | <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
|
66 |
| - <PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" /> |
| 66 | + <PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" /> |
67 | 67 | </ItemGroup>
|
68 | 68 |
|
69 | 69 | <ItemGroup>
|
|
0 commit comments