mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[meta]Update nuget packages (#16379)
* Update nuget packages * try to fix build (Microsoft.UI.Xaml) * Removed dlls because there are not needed anymore * Add binaries System.Text.Json.dll (5x) to wxs file * Downgrade System.IO.Abstractions.* due to breaking changes * Update Microsoft.NET.Test.Sdk * Revert MSTest.* to 2.2.3
This commit is contained in:
committed by
GitHub
parent
f2093ec423
commit
4572f62ce5
@@ -302,19 +302,19 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
||||
<Version>6.2.12</Version>
|
||||
<Version>6.2.13</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Toolkit.Uwp.UI">
|
||||
<Version>7.0.2</Version>
|
||||
<Version>7.1.2</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls">
|
||||
<Version>7.0.2</Version>
|
||||
<Version>7.1.2</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Toolkit.Win32.UI.XamlApplication">
|
||||
<Version>6.1.3</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.UI.Xaml">
|
||||
<Version>2.7.0-prerelease.210913003</Version>
|
||||
<Version>2.7.1-prerelease.211026002</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed">
|
||||
<Version>2.0.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user