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 @@
+
+
+
+
+