From cc8e179bf5cda022ccdbb6554de23c064e52ba8b Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Sun, 29 Jan 2017 09:34:09 -0600 Subject: [PATCH] Update "new -t lib" to netstandard2.0 --- .../commands/dotnet-new/CSharp_Lib/$projectName$.csproj | 3 ++- src/dotnet/commands/dotnet-new/CSharp_Lib/NuGet.config | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/dotnet/commands/dotnet-new/CSharp_Lib/NuGet.config diff --git a/src/dotnet/commands/dotnet-new/CSharp_Lib/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Lib/$projectName$.csproj index 20861435d..6e488bcfa 100755 --- a/src/dotnet/commands/dotnet-new/CSharp_Lib/$projectName$.csproj +++ b/src/dotnet/commands/dotnet-new/CSharp_Lib/$projectName$.csproj @@ -1,7 +1,8 @@  - netstandard1.4 + netstandard2.0 + $CurrentSharedFrameworkVersion$ diff --git a/src/dotnet/commands/dotnet-new/CSharp_Lib/NuGet.config b/src/dotnet/commands/dotnet-new/CSharp_Lib/NuGet.config new file mode 100644 index 000000000..1f19c5d54 --- /dev/null +++ b/src/dotnet/commands/dotnet-new/CSharp_Lib/NuGet.config @@ -0,0 +1,5 @@ + + + + +