Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(vs): correct esnext namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 24, 2016
1 parent 7fa4e7e commit 78ad6cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;

namespace skeleton_navigation_typescript_vs
namespace skeleton_navigation_esnext_vs
{
public class Program
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;

namespace skeleton_navigation_typescript_vs
namespace skeleton_navigation_esnext_vs
{
public class Startup
{
Expand Down Expand Up @@ -38,7 +38,7 @@ public void ConfigureServices(IServiceCollection services)
// Add framework services.

services.AddApplicationInsightsTelemetry(Configuration);
// To enable Mvc, uncomment this line as well as the Mvc configuration in Configure below.
// To enable Mvc, uncomment this line as well as the Mvc configuration in Configure below.
//services.AddMvc();

// Add application services.
Expand All @@ -61,7 +61,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
}
// Comment this line to NOT use index.html as the startup file. For example, when using Mvc.
app.UseDefaultFiles();

app.UseStaticFiles();

// Add external authentication middleware below. To configure them please see http://go.microsoft.com/fwlink/?LinkID=532715
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"Data": {
"DefaultConnection": {
"ConnectionString": "Server=(localdb)\\mssqllocaldb;Database=aspnet5-skeleton_navigation_typescript_vs-6df5fca9-b862-4931-8867-c46d52bbed68;Trusted_Connection=True;MultipleActiveResultSets=true"
"ConnectionString": "Server=(localdb)\\mssqllocaldb;Database=aspnet5-skeleton_navigation_esnext_vs-6df5fca9-b862-4931-8867-c46d52bbed68;Trusted_Connection=True;MultipleActiveResultSets=true"
}
},
"Logging": {
Expand Down

0 comments on commit 78ad6cf

Please sign in to comment.