Skip to content

Commit

Permalink
Update package references for SourceLink and System.Text.Json
Browse files Browse the repository at this point in the history
Removed Microsoft.SourceLink.GitHub package reference.
Updated System.Text.Json package reference:
- For net6.0 and netstandard2.0: version range [6.0.11, 7.0.0).
- For net8.0: version range [8.0.5, 9.0.0).
  • Loading branch information
albertospelta committed Nov 16, 2024
1 parent 2d29768 commit cb6b628
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Dax.Formatter/Dax.Formatter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="6.0.3" />
<PackageReference Include="System.Text.Json" Version="[6.0.11, 7.0.0)" Condition="'$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="System.Text.Json" Version="[8.0.5, 9.0.0)" Condition="'$(TargetFramework)' == 'net8.0'" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit cb6b628

Please sign in to comment.