Skip to content

Commit b38484b

Browse files
committed
Updated sample app
1 parent f573c33 commit b38484b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/Samples/Exceptionless.SampleAspNetCore/project.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,24 @@
2222
"Microsoft.Extensions.Logging.Debug": "1.0.0",
2323
"Microsoft.NETCore.App": {
2424
"type": "platform",
25-
"version": "1.0.0-rc2-3002702"
25+
"version": "1.0.0"
2626
}
2727
},
2828
"frameworks": {
2929
"netcoreapp1.0": {
3030
"imports": [
3131
"dotnet5.6",
32-
"dnxcore50",
3332
"portable-net45+win8"
3433
]
3534
}
3635
},
3736
"tools": {
38-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
39-
"version": "1.0.0-preview1-final",
40-
"imports": "portable-net45+win8+dnxcore50"
41-
}
37+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
4238
},
4339
"runtimeOptions": {
44-
"gcServer": true
40+
"configProperties": {
41+
"System.GC.Server": true
42+
}
4543
},
4644
"publishOptions": {
4745
"include": [

0 commit comments

Comments
 (0)