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.
1 parent c720a48 commit b6e39e9Copy full SHA for b6e39e9
repo-projects/newtonsoft-json.proj
@@ -4,7 +4,7 @@
4
<!--The Library Frameworks was added to environment variables so as to override the frameworks in newtonsoft csproj-->
5
<!--The semicolons were added with encoding so as to avoid conflicts in MSBuild shell-->
6
<ItemGroup>
7
- <EnvironmentVariables Include="LibraryFrameworks=netstandard1.0%3Bnetstandard1.3%3Bnetstandard2.0" />
+ <EnvironmentVariables Include="LibraryFrameworks=netstandard2.0" />
8
</ItemGroup>
9
10
<PropertyGroup>
0 commit comments