Skip to content

Commit

Permalink
Merge pull request #25 from thompson-tomo/chore/#24_ConditionOnPackages
Browse files Browse the repository at this point in the history
#24 Place conditions on STJ so only for net standard
  • Loading branch information
xfischer authored Apr 25, 2024
2 parents c4b64c9 + c76e812 commit 3503033
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/GeoJSON.Text/GeoJSON.Text.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'== 'netStandard2.0'">
<PackageReference Include="System.Text.Json" Version="6.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 3503033

Please sign in to comment.