File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
src/Samples/Exceptionless.SampleAspNetCore Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"buildOptions" : {
3
3
"debugType" : " portable" ,
4
4
"emitEntryPoint" : true ,
11
11
"Exceptionless.AspNetCore" : {
12
12
"target" : " project"
13
13
},
14
- "Microsoft.AspNetCore.Mvc" : " 1.0.0 " ,
14
+ "Microsoft.AspNetCore.Mvc" : " 1.0.1 " ,
15
15
"Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0" ,
16
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0 " ,
16
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.1 " ,
17
17
"Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0" ,
18
18
"Microsoft.Extensions.Configuration.FileExtensions" : " 1.0.0" ,
19
19
"Microsoft.Extensions.Configuration.Json" : " 1.0.0" ,
22
22
"Microsoft.Extensions.Logging.Debug" : " 1.0.0" ,
23
23
"Microsoft.NETCore.App" : {
24
24
"type" : " platform" ,
25
- "version" : " 1.0.0 "
25
+ "version" : " 1.0.1 "
26
26
}
27
27
},
28
28
"frameworks" : {
29
29
"netcoreapp1.0" : {
30
+ "buildOptions" : {
31
+ "debugType" : " portable" ,
32
+ "define" : [ " NETSTANDARD" , " NETSTANDARD1_5" ]
33
+ },
30
34
"imports" : [
31
35
" dotnet5.6" ,
32
36
" portable-net45+win8"
You can’t perform that action at this time.
0 commit comments