Skip to content

Commit

Permalink
Update Empty web application for RC2. Closes OmniSharp#704
Browse files Browse the repository at this point in the history
Update with final bits for RC2

Tested with 1.0.0-preview1-002702
  • Loading branch information
peterblazejewicz committed May 13, 2016
1 parent 001d44a commit 2c52f92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/projects/emptyweb/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:24436/",
"applicationUrl": "http://localhost:55343/",
"sslPort": 0
}
},
Expand Down
8 changes: 4 additions & 4 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-3002611",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-20801",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20801"
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
},

"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-rc2-20801",
"version": "1.0.0-preview1-final",
"imports": "portable-net45+win8+dnxcore50"
}
},
Expand Down

0 comments on commit 2c52f92

Please sign in to comment.