Skip to content

Commit 8f16a20

Browse files
committed
Fix nuget frfr
1 parent f49373b commit 8f16a20

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Desktop/Desktop.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.81" />
4141
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.81" />
4242
<PackageReference Update="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.81" />
43-
<PackageReference Update="Microsoft.AspNetCore.Components.Web" Version="9.0.7" />
4443
</ItemGroup>
4544

4645
<PropertyGroup Condition="'$(Configuration)' == 'Debug-Photino' Or '$(Configuration)' == 'Release-Photino'">

Shared.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727

2828
<ItemGroup>
2929
<PackageReference Include="OneOf" Version="3.0.271" />
30-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.5" />
30+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.7" />
3131
</ItemGroup>
3232
</Project>

0 commit comments

Comments
 (0)