File tree 2 files changed +5
-5
lines changed
ComputeSharp.SwapChain.Uwp
ComputeSharp.SwapChain.WinUI
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >WinExe</OutputType >
4
4
<TargetFramework >net8.0-windows10.0.26100.0</TargetFramework >
44
44
45
45
<ItemGroup >
46
46
<PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.4.0" />
47
- <PackageReference Include =" CommunityToolkit.Uwp.Controls.Primitives" Version =" 8.2.241221-build.1360 " />
48
- <PackageReference Include =" CommunityToolkit.Uwp.Media" Version =" 8.2.241221-build.1360 " />
47
+ <PackageReference Include =" CommunityToolkit.Uwp.Controls.Primitives" Version =" 8.2.250129-preview2 " />
48
+ <PackageReference Include =" CommunityToolkit.Uwp.Media" Version =" 8.2.250129-preview2 " />
49
49
<PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.2.0" />
50
50
51
51
<!-- Remove all WebView2 assets (transitive from WinUI 2), since we don't need it at all -->
Original file line number Diff line number Diff line change 51
51
52
52
<ItemGroup >
53
53
<PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.4.0" />
54
- <PackageReference Include =" CommunityToolkit.WinUI.Controls.Primitives" Version =" 8.2.241112-preview1 " />
55
- <PackageReference Include =" CommunityToolkit.WinUI.Media" Version =" 8.2.241112-preview1 " />
54
+ <PackageReference Include =" CommunityToolkit.WinUI.Controls.Primitives" Version =" 8.2.250129-preview2 " />
55
+ <PackageReference Include =" CommunityToolkit.WinUI.Media" Version =" 8.2.250129-preview2 " />
56
56
<PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.2.0" />
57
57
</ItemGroup >
58
58
You can’t perform that action at this time.
0 commit comments