We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b8b6d commit cd1aa71Copy full SHA for cd1aa71
1 file changed
src/Dax.Formatter/Dax.Formatter.csproj
@@ -45,8 +45,7 @@
45
</ItemGroup>
46
47
<ItemGroup>
48
- <PackageReference Include="System.Text.Json" Version="6.0.11" Condition="'$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'netstandard2.0'" />
49
- <PackageReference Include="System.Text.Json" Version="8.0.5" Condition="'$(TargetFramework)' == 'net8.0'" />
+ <PackageReference Include="System.Text.Json" Version="8.0.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
50
51
52
<PropertyGroup>
0 commit comments