Skip to content

Commit f972e3a

Browse files
authored
feat(AzureTranslator): bump version 9.0.1 (#327)
* chore: 更新依赖包 * chore: bump version 9.0.1
1 parent fa76094 commit f972e3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/BootstrapBlazor.AzureTranslator/BootstrapBlazor.AzureTranslator.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.0.0</Version>
4+
<Version>9.0.1</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>
@@ -16,11 +16,11 @@
1616
</ItemGroup>
1717

1818
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
19-
<PackageReference Include="System.Text.Json" Version="8.*" />
19+
<PackageReference Include="System.Text.Json" Version="9.0.2" />
2020
</ItemGroup>
2121

2222
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
23-
<PackageReference Include="System.Text.Json" Version="9.0.0-rc.2.*" />
23+
<PackageReference Include="System.Text.Json" Version="9.0.2" />
2424
</ItemGroup>
2525

2626
</Project>

0 commit comments

Comments
 (0)