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 fa76094 commit f972e3aCopy full SHA for f972e3a
1 file changed
src/components/BootstrapBlazor.AzureTranslator/BootstrapBlazor.AzureTranslator.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.0.0</Version>
+ <Version>9.0.1</Version>
5
</PropertyGroup>
6
7
@@ -16,11 +16,11 @@
16
</ItemGroup>
17
18
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
19
- <PackageReference Include="System.Text.Json" Version="8.*" />
+ <PackageReference Include="System.Text.Json" Version="9.0.2" />
20
21
22
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
23
- <PackageReference Include="System.Text.Json" Version="9.0.0-rc.2.*" />
24
25
26
</Project>
0 commit comments