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 fad2d89 commit bef695cCopy full SHA for bef695c
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -34,7 +34,7 @@
34
</ItemGroup>
35
36
<ItemGroup>
37
- <PackageReference Include="System.Text.Json" Version="$(NET8Version)" />
+ <PackageReference Include="System.Text.Json" Version="8.0.5" />
38
39
40
src/BootstrapBlazor/Directory.Build.props
@@ -19,7 +19,7 @@
19
<PropertyGroup>
20
<NET6Version>6.0.*</NET6Version>
21
<NET7Version>7.0.*</NET7Version>
22
- <NET8Version>8.0.*</NET8Version>
+ <NET8Version>8.0</NET8Version>
23
</PropertyGroup>
24
25
0 commit comments