Skip to content

Commit

Permalink
Stop buildinging NewtonSoft.Json for NetStandard1.* (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons authored Jul 26, 2024
1 parent c720a48 commit b6e39e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo-projects/newtonsoft-json.proj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--The Library Frameworks was added to environment variables so as to override the frameworks in newtonsoft csproj-->
<!--The semicolons were added with encoding so as to avoid conflicts in MSBuild shell-->
<ItemGroup>
<EnvironmentVariables Include="LibraryFrameworks=netstandard1.0%3Bnetstandard1.3%3Bnetstandard2.0" />
<EnvironmentVariables Include="LibraryFrameworks=netstandard2.0" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit b6e39e9

Please sign in to comment.