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 c90f41d commit 129622aCopy full SHA for 129622a
src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj
@@ -19,7 +19,7 @@
19
<PrivateAssets>all</PrivateAssets>
20
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
21
</PackageReference>
22
- <PackageReference Include="System.Text.Json" Version="8.0.2" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
+ <PackageReference Include="System.Text.Json" Version="8.0.4" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
23
24
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
25
<_Parameter1>$(MSBuildProjectName).Tests</_Parameter1>
0 commit comments