Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Update Empty Web project template for RC2. Closes #691 (#697)
Browse files Browse the repository at this point in the history
Tested and run using dotnet 1.0.0-preview1-002700
  • Loading branch information
peterblazejewicz committed May 11, 2016
1 parent 721d68d commit bd8afea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
15 changes: 15 additions & 0 deletions templates/projects/emptyweb/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:24436/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"<%= namespace %>": {
"commandName": "Project",
"launchBrowser": true,
Expand Down
13 changes: 5 additions & 8 deletions templates/projects/emptyweb/project.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc2-24008",
"version": "1.0.0-rc2-3002611",
"type": "platform"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-20581",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20581"
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-20801",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20801"
},

"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-rc2-20581",
"version": "1.0.0-rc2-20801",
"imports": "portable-net45+win8+dnxcore50"
}
},
Expand All @@ -25,7 +25,7 @@
}
},

"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
Expand All @@ -38,9 +38,6 @@
"include": [
"wwwroot",
"web.config"
],
"exclude": [
"node_modules"
]
},

Expand Down

0 comments on commit bd8afea

Please sign in to comment.