Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Remove comment from Main method in web templates (OmniSharp#645)

See aspnet/Templates/4521a05

* Address feedback for Startup.cs (OmniSharp#646)

See aspnet/Templates@53f174b

* Move Microsoft.NETCore.App to top of dependencies section (OmniSharp#647)

See aspnet/Templates@1a8c062

* Remove unneeded depenedencies from project.json (OmniSharp#648)

See aspnet/Templates@49173ba

* Move server gc section for full framework to app.config (OmniSharp#649)

See aspnet/Templates@289ac238

* 🐛 Remove a comma breaking config (OmniSharp#650)
  • Loading branch information
peterblazejewicz committed May 16, 2016
1 parent 53206f1 commit 6567782
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/projects/emptyweb/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
}
},

"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
},

"content": [
"wwwroot",
"web.config"
Expand Down
6 changes: 6 additions & 0 deletions templates/projects/webbasic/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
}
},

"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
},

"content": [
"wwwroot",
"Views",
Expand Down

0 comments on commit 6567782

Please sign in to comment.