Skip to content

Commit b6e39e9

Browse files
Stop buildinging NewtonSoft.Json for NetStandard1.* (#344)
1 parent c720a48 commit b6e39e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo-projects/newtonsoft-json.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--The Library Frameworks was added to environment variables so as to override the frameworks in newtonsoft csproj-->
55
<!--The semicolons were added with encoding so as to avoid conflicts in MSBuild shell-->
66
<ItemGroup>
7-
<EnvironmentVariables Include="LibraryFrameworks=netstandard1.0%3Bnetstandard1.3%3Bnetstandard2.0" />
7+
<EnvironmentVariables Include="LibraryFrameworks=netstandard2.0" />
88
</ItemGroup>
99

1010
<PropertyGroup>

0 commit comments

Comments
 (0)