Update "new -t lib" to netstandard2.0

This commit is contained in:
Eric Erhardt 2017-01-29 09:34:09 -06:00
parent fd65cb03b6
commit cc8e179bf5
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<NetStandardImplicitPackageVersion>$CurrentSharedFrameworkVersion$</NetStandardImplicitPackageVersion>
</PropertyGroup>
</Project>

View file

@ -0,0 +1,5 @@
<configuration>
<packageSources>
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
</packageSources>
</configuration>