Skip to content

Commit

Permalink
Added target for net 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 17, 2018
1 parent d62f41d commit 95332be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScClient/ScClient.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netcoreapp2.0;netstandard1.3;netstandard1.6;netstandard2.0;net35;net45;net46;net40</TargetFrameworks>
<TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netcoreapp2.0;netstandard1.3;netstandard1.6;netstandard2.0;net20;net35;net45;net46;net40</TargetFrameworks>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Sachin Shinde [https://github.com/sacOO7]</Authors>
Expand Down

0 comments on commit 95332be

Please sign in to comment.