File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
src/Samples/Exceptionless.SampleAspNetCore Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 22
22
"Microsoft.Extensions.Logging.Debug" : " 1.0.0" ,
23
23
"Microsoft.NETCore.App" : {
24
24
"type" : " platform" ,
25
- "version" : " 1.0.0-rc2-3002702 "
25
+ "version" : " 1.0.0"
26
26
}
27
27
},
28
28
"frameworks" : {
29
29
"netcoreapp1.0" : {
30
30
"imports" : [
31
31
" dotnet5.6" ,
32
- " dnxcore50" ,
33
32
" portable-net45+win8"
34
33
]
35
34
}
36
35
},
37
36
"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"
42
38
},
43
39
"runtimeOptions" : {
44
- "gcServer" : true
40
+ "configProperties" : {
41
+ "System.GC.Server" : true
42
+ }
45
43
},
46
44
"publishOptions" : {
47
45
"include" : [
You can’t perform that action at this time.
0 commit comments