Skip to content

Commit cd1aa71

Browse files
Refactor System.Text.Json deps: remove for net6/net8, update netstandard to 8.0.5 (#17)
1 parent f8b8b6d commit cd1aa71

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Dax.Formatter/Dax.Formatter.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
</ItemGroup>
4646

4747
<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'" />
48+
<PackageReference Include="System.Text.Json" Version="8.0.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
5049
</ItemGroup>
5150

5251
<PropertyGroup>

0 commit comments

Comments
 (0)