Skip to content

Commit e936757

Browse files
Bump System.Text.Json (#19)
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.0-preview.5.21254.9 to 6.0.0-preview.5.21255.7. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c398782 commit e936757

2 files changed

+2
-2
lines changed

src/GitBuildInfo.SourceGenerator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<ItemGroup>
4343
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0-3.21254.9" />
4444
<PackageReference Include="Nullable" Version="1.3.0" />
45-
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.5.21254.9" />
45+
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.5.21255.7" />
4646
</ItemGroup>
4747

4848
<Import Project="$(MSBuildProjectName).targets" />

tests/GitBuildInfo.SourceGenerator.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0-3.21254.9" />
10-
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.5.21254.9" />
10+
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.5.21255.7" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
1212
<PackageReference Include="xunit" Version="2.4.1" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

0 commit comments

Comments
 (0)