1
1
{
2
- "dependencies" : {
3
- "Microsoft.AspNetCore.Mvc" : " 1.0.0" ,
4
- "Microsoft.AspNetCore.Mvc.Formatters.Xml" : " 1.0.0" ,
5
- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0" ,
6
- "Microsoft.AspNetCore.Server.IISIntegration.Tools" : " 1.0.0-preview2-final" ,
7
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0" ,
8
- "Microsoft.AspNetCore.StaticFiles" : " 1.0.0" ,
9
- "Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0" ,
10
- "Microsoft.Extensions.Configuration.FileExtensions" : " 1.0.0" ,
11
- "Microsoft.Extensions.Configuration.Json" : " 1.0.0" ,
12
- "Microsoft.Extensions.Logging" : " 1.0.0" ,
13
- "Microsoft.Extensions.Logging.Console" : " 1.0.0" ,
14
- "Microsoft.Extensions.Logging.Debug" : " 1.0.0" ,
15
- "Microsoft.NETCore.App" : {
16
- "version" : " 1.0.0" ,
17
- "type" : " platform"
18
- },
19
- "Swashbuckle" : " 6.0.0-beta901"
20
- },
21
-
22
- "tools" : {
23
- },
24
-
25
- "frameworks" : {
26
- "netcoreapp1.0" : {
27
- "imports" : [
28
- " dotnet5.6" ,
29
- " dnxcore50" ,
30
- " portable-net45+win8"
31
- ]
32
- }
33
- },
34
-
35
2
"buildOptions" : {
36
3
"emitEntryPoint" : true ,
37
4
"preserveCompilationContext" : true
38
5
},
39
6
40
- "runtimeOptions" : {
41
- "gcServer" : true
42
- },
7
+ "dependencies" : {
8
+ "Microsoft.NETCore.App" : {
9
+ "version" : " 1.0.1" ,
10
+ "type" : " platform"
11
+ },
12
+ "Microsoft.AspNetCore.Mvc" : " 1.0.1" ,
13
+ "Microsoft.AspNetCore.Mvc.Formatters.Xml" : " 1.0.1" ,
14
+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0" ,
15
+ "Microsoft.AspNetCore.Server.IISIntegration.Tools" : " 1.0.0-preview2-final" ,
16
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.1" ,
17
+ "Microsoft.AspNetCore.StaticFiles" : " 1.0.0" ,
18
+ "Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0" ,
19
+ "Microsoft.Extensions.Configuration.FileExtensions" : " 1.0.0" ,
20
+ "Microsoft.Extensions.Configuration.Json" : " 1.0.0" ,
21
+ "Microsoft.Extensions.Logging" : " 1.0.0" ,
22
+ "Microsoft.Extensions.Logging.Console" : " 1.0.0" ,
23
+ "Microsoft.Extensions.Logging.Debug" : " 1.0.0" ,
24
+ "Swashbuckle" : " 6.0.0-beta902"
25
+ },
43
26
44
- "publishOptions" : {
45
- "include" : [
46
- " wwwroot" ,
47
- " Views" ,
48
- " appsettings.json" ,
49
- " web.config"
50
- ]
51
- },
27
+ "tools" : {
28
+ },
52
29
53
- "scripts" : {
54
- "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
55
- }
56
- }
30
+ "frameworks" : {
31
+ "netcoreapp1.0" : {
32
+ "imports" : [
33
+ " dotnet5.6" ,
34
+ " dnxcore50" ,
35
+ " portable-net45+win8"
36
+ ]
37
+ }
38
+ },
39
+
40
+ "runtimeOptions" : {
41
+ "gcServer" : true
42
+ },
43
+
44
+ "publishOptions" : {
45
+ "include" : [
46
+ " wwwroot" ,
47
+ " Views" ,
48
+ " appsettings.json" ,
49
+ " web.config"
50
+ ]
51
+ },
52
+
53
+ "scripts" : {
54
+ "postpublish" : [ " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
55
+ }
56
+ }
0 commit comments