Browse Source
Fix System.Management self-closing tag and bump MAUI to 10.0.51
pull/25313/head
maliming
5 months ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
3 additions and
3 deletions
-
Directory.Packages.props
|
|
|
@ -67,8 +67,8 @@ |
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.7" /> |
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="10.0.7" /> |
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.7" /> |
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="10.0.20" /> |
|
|
|
<PackageVersion Include="Microsoft.Maui.Controls" Version="10.0.20" /> |
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="10.0.51" /> |
|
|
|
<PackageVersion Include="Microsoft.Maui.Controls" Version="10.0.51" /> |
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.7" /> |
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.7" /> |
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="10.0.7" /> |
|
|
|
@ -194,6 +194,6 @@ |
|
|
|
<PackageVersion Include="coverlet.collector" Version="6.0.4" /> |
|
|
|
<PackageVersion Include="ConfigureAwait.Fody" Version="3.3.2" /> |
|
|
|
<PackageVersion Include="Fody" Version="6.9.3" /> |
|
|
|
<PackageVersion Include="System.Management" Version="10.0.7"/> |
|
|
|
<PackageVersion Include="System.Management" Version="10.0.7" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |