-
- Exe
- netcoreapp1.0
- true
-
+
- $(PackageTargetFallback);portable-net45+win8+wp8+wpa81;
+ netcoreapp1.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/src/dotnet/commands/dotnet-new/CSharp_Web/Startup.cs b/src/dotnet/commands/dotnet-new/CSharp_Web/Startup.cs
index 4be726474..8a700e1ef 100644
--- a/src/dotnet/commands/dotnet-new/CSharp_Web/Startup.cs
+++ b/src/dotnet/commands/dotnet-new/CSharp_Web/Startup.cs
@@ -16,7 +16,7 @@ namespace MvcApp
{
var builder = new ConfigurationBuilder()
.SetBasePath(env.ContentRootPath)
- .AddJsonFile("appsettings.json", optional: true, reloadOnChange: true)
+ .AddJsonFile("appsettings.json", optional: false, reloadOnChange: true)
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true)
.AddEnvironmentVariables();
Configuration = builder.Build();
diff --git a/src/dotnet/commands/dotnet-new/CSharp_Web/Views/Home/Index.cshtml b/src/dotnet/commands/dotnet-new/CSharp_Web/Views/Home/Index.cshtml
index 39326c038..e3f313df2 100644
--- a/src/dotnet/commands/dotnet-new/CSharp_Web/Views/Home/Index.cshtml
+++ b/src/dotnet/commands/dotnet-new/CSharp_Web/Views/Home/Index.cshtml
@@ -78,7 +78,6 @@
How to