Skip to content

Commit c3d9b0b

Browse files
committed
fix nuget stuffs
1 parent 6bce89d commit c3d9b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Desktop/Desktop.csproj

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

4645
<PropertyGroup Condition="'$(Configuration)' == 'Debug-Photino' Or '$(Configuration)' == 'Release-Photino'">
@@ -61,6 +60,7 @@
6160
</PropertyGroup>
6261

6362
<ItemGroup>
63+
<PackageReference Update="Microsoft.AspNetCore.Components.Web" Version="9.0.8" />
6464
<PackageReference Include="AspNetCore.SassCompiler" Version="1.90.0" />
6565
<PackageReference Include="CommandLineParser" Version="2.9.1"/>
6666
<PackageReference Include="dnlib" Version="4.5.0" />

0 commit comments

Comments
 (0)