1
1
{
2
+ "buildOptions" : {
3
+ "debugType" : " portable" ,
4
+ "emitEntryPoint" : true ,
5
+ "preserveCompilationContext" : true
6
+ },
2
7
"dependencies" : {
3
- "Exceptionless.AspNetCore" : {
4
- "target" : " project"
5
- },
6
8
"Exceptionless" : {
7
9
"target" : " project"
8
10
},
9
- "Microsoft.NETCore.App" : {
10
- "version" : " 1.0.0-rc2-3002702" //,
11
- //"type": "platform"
11
+ "Exceptionless.AspNetCore" : {
12
+ "target" : " project"
12
13
},
13
14
"Microsoft.AspNetCore.Mvc" : " 1.0.0-rc2-final" ,
14
15
"Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0-rc2-final" ,
20
21
"Microsoft.Extensions.Logging.Console" : " 1.0.0-rc2-final" ,
21
22
"Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2-final"
22
23
},
23
-
24
- "tools" : {
25
- "Microsoft.AspNetCore.Server.IISIntegration.Tools" : {
26
- "version" : " 1.0.0-preview1-final" ,
27
- "imports" : " portable-net45+win8+dnxcore50"
28
- }
29
- },
30
-
31
- "frameworks" : {
32
- "netcoreapp1.0" : {
33
- "imports" : [
34
- " dotnet5.6" ,
35
- " dnxcore50" ,
36
- " portable-net45+win8"
37
- ]
24
+ "frameworks" : {
25
+ "netcoreapp1.0" : {
26
+ "dependencies" : {
27
+ "Microsoft.NETCore.App" : {
28
+ "version" : " 1.0.0-rc2-3002702" ,
29
+ "type" : " platform"
30
+ }
31
+ },
32
+ "imports" : [
33
+ " dotnet5.6" ,
34
+ " dnxcore50" ,
35
+ " portable-net45+win8"
36
+ ]
37
+ }
38
+ },
39
+ "tools" : {
40
+ "Microsoft.AspNetCore.Server.IISIntegration.Tools" : {
41
+ "version" : " 1.0.0-preview1-final" ,
42
+ "imports" : " portable-net45+win8+dnxcore50"
43
+ }
44
+ },
45
+ "runtimeOptions" : {
46
+ "gcServer" : true
47
+ },
48
+ "publishOptions" : {
49
+ "include" : [
50
+ " appsettings.json" ,
51
+ " web.config"
52
+ ]
53
+ },
54
+ "scripts" : {
55
+ "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
38
56
}
39
- },
40
-
41
- "buildOptions" : {
42
- "emitEntryPoint" : true ,
43
- "preserveCompilationContext" : true
44
- },
45
-
46
- "runtimeOptions" : {
47
- "gcServer" : true
48
- },
49
-
50
- "publishOptions" : {
51
- "include" : [
52
- " appsettings.json" ,
53
- " web.config"
54
- ]
55
- },
56
-
57
- "scripts" : {
58
- "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
59
- }
60
57
}
0 commit comments