We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46693a3 commit e135bc9Copy full SHA for e135bc9
src/MudBlazorPages/MudBlazorPages.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
+<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
2
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
@@ -20,7 +20,7 @@
20
<PackageReference Include="MudBlazor" Version="7.10.0" />
21
<PackageReference Include="Serilog" Version="4.2.0" />
22
<PackageReference Include="Serilog.Sinks.BrowserConsole" Version="8.0.0" />
23
- <PackageReference Include="System.Text.Json" Version="8.0.5" />
+ <PackageReference Include="System.Text.Json" Version="9.0.4" />
24
</ItemGroup>
25
26
</Project>
0 commit comments