Skip to content

Commit

Permalink
Merge pull request #274 from Lombiq/dependabot/nuget/Lombiq.HelpfulLi…
Browse files Browse the repository at this point in the history
…braries.SourceGenerators/System.Text.Json-8.0.4

Bump System.Text.Json from 8.0.0 to 8.0.4 in /Lombiq.HelpfulLibraries.SourceGenerators
  • Loading branch information
Piedone authored Jul 9, 2024
2 parents 04d0ca2 + 808a0a3 commit c90748b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ItemGroup>
<!-- Take a private dependency on with (PrivateAssets=all) Consumers of this generator will not reference it.
Set GeneratePathProperty=true so we can reference the binaries -->
<PackageReference Include="System.Text.Json" Version="8.0.0" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="System.Text.Json" Version="8.0.4" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" GeneratePathProperty="true">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit c90748b

Please sign in to comment.