mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-21 15:53:19 +00:00
[Deps]Upgrade Microsoft.Windows.Compatibility to 8.0.7 (#33851)
This commit is contained in:
parent
8d2ee4a8d2
commit
5159c76976
@ -40,7 +40,7 @@
|
|||||||
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.2365.46" />
|
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.2365.46" />
|
||||||
<!-- Package Microsoft.Win32.SystemEvents added as a hack for being able to exclude the runtime assets so they don't conflict with 8.0.1. This is a dependency of System.Drawing.Common but the 8.0.1 version wasn't published to nuget. -->
|
<!-- Package Microsoft.Win32.SystemEvents added as a hack for being able to exclude the runtime assets so they don't conflict with 8.0.1. This is a dependency of System.Drawing.Common but the 8.0.1 version wasn't published to nuget. -->
|
||||||
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="8.0.0" />
|
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="8.0.0" />
|
||||||
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="8.0.1" />
|
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="8.0.7" />
|
||||||
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.2.46-beta" />
|
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.2.46-beta" />
|
||||||
<!-- CsWinRT version needs to be set to have a WinRT.Runtime.dll at the same version contained inside the NET SDK we're currently building on CI. -->
|
<!-- CsWinRT version needs to be set to have a WinRT.Runtime.dll at the same version contained inside the NET SDK we're currently building on CI. -->
|
||||||
<PackageVersion Include="Microsoft.Windows.CsWinRT" Version="2.0.4" />
|
<PackageVersion Include="Microsoft.Windows.CsWinRT" Version="2.0.4" />
|
||||||
@ -98,4 +98,4 @@
|
|||||||
<PackageVersion Include="Microsoft.VariantAssignment.Client" Version="2.4.17140001" />
|
<PackageVersion Include="Microsoft.VariantAssignment.Client" Version="2.4.17140001" />
|
||||||
<PackageVersion Include="Microsoft.VariantAssignment.Contract" Version="3.0.16990001" />
|
<PackageVersion Include="Microsoft.VariantAssignment.Contract" Version="3.0.16990001" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -1328,7 +1328,7 @@ EXHIBIT A -Mozilla Public License.
|
|||||||
- Microsoft.Toolkit.Uwp.Notifications 7.1.2
|
- Microsoft.Toolkit.Uwp.Notifications 7.1.2
|
||||||
- Microsoft.Web.WebView2 1.0.2365.46
|
- Microsoft.Web.WebView2 1.0.2365.46
|
||||||
- Microsoft.Win32.SystemEvents 8.0.0
|
- Microsoft.Win32.SystemEvents 8.0.0
|
||||||
- Microsoft.Windows.Compatibility 8.0.1
|
- Microsoft.Windows.Compatibility 8.0.7
|
||||||
- Microsoft.Windows.CsWin32 0.2.46-beta
|
- Microsoft.Windows.CsWin32 0.2.46-beta
|
||||||
- Microsoft.Windows.CsWinRT 2.0.4
|
- Microsoft.Windows.CsWinRT 2.0.4
|
||||||
- Microsoft.Windows.SDK.BuildTools 10.0.22621.2428
|
- Microsoft.Windows.SDK.BuildTools 10.0.22621.2428
|
||||||
|
Loading…
Reference in New Issue
Block a user