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.
2 parents c4b64c9 + c76e812 commit 3503033Copy full SHA for 3503033
1 file changed
src/GeoJSON.Text/GeoJSON.Text.csproj
@@ -26,14 +26,17 @@
26
27
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
28
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
29
- </PropertyGroup>
+ </PropertyGroup>
30
31
<ItemGroup>
32
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
33
<PrivateAssets>all</PrivateAssets>
34
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
35
</PackageReference>
36
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
37
+ </ItemGroup>
38
+
39
+ <ItemGroup Condition="'$(TargetFramework)'== 'netStandard2.0'">
40
<PackageReference Include="System.Text.Json" Version="6.0.1" />
41
</ItemGroup>
42
0 commit comments