This repository was archived by the owner on Nov 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +18
-11
lines changed
Microsoft.AspNetCore.Server.IISIntegration.Tools
Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
Microsoft.AspNetCore.Server.IISIntegration.Tests
Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests Expand file tree Collapse file tree 7 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 13
13
"Microsoft.Extensions.CommandLineUtils" : " 1.0.0-*" ,
14
14
"Microsoft.Extensions.Configuration.Json" : " 1.0.0-*" ,
15
15
"Microsoft.DotNet.ProjectModel" : " 1.0.0-*" ,
16
- "Microsoft.DotNet.Cli.Utils" : " 1.0.0-*"
16
+ "Microsoft.DotNet.Cli.Utils" : " 1.0.0-*" ,
17
+ "NETStandard.Library" : " 1.5.0-*" ,
18
+ "System.Diagnostics.Process" : " 4.1.0-*"
17
19
},
18
20
19
21
"frameworks" : {
Original file line number Diff line number Diff line change 13
13
"Microsoft.Extensions.CommandLineUtils" : " 1.0.0-*" ,
14
14
"Microsoft.Extensions.Configuration.Json" : " 1.0.0-*" ,
15
15
"Microsoft.DotNet.ProjectModel" : " 1.0.0-*" ,
16
- "Microsoft.DotNet.Cli.Utils" : " 1.0.0-*"
16
+ "Microsoft.DotNet.Cli.Utils" : " 1.0.0-*" ,
17
+ "NETStandard.Library" : " 1.5.0-*" ,
18
+ "System.Diagnostics.Process" : " 4.1.0-*"
17
19
},
18
20
19
21
"frameworks" : {
Original file line number Diff line number Diff line change 11
11
"Microsoft.AspNetCore.Server.Testing" : " 1.0.0-*" ,
12
12
"Microsoft.Extensions.Logging" : " 1.0.0-*" ,
13
13
"Microsoft.Extensions.Logging.Console" : " 1.0.0-*" ,
14
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
15
14
"xunit" : " 2.1.0"
16
15
},
17
16
"frameworks" : {
Original file line number Diff line number Diff line change 3
3
"dependencies" : {
4
4
"Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0-*" ,
5
5
"Microsoft.AspNetCore.TestHost" : " 1.0.0-*" ,
6
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
7
6
"xunit" : " 2.1.0"
8
7
},
9
8
"frameworks" : {
13
12
" dnxcore50"
14
13
],
15
14
"dependencies" : {
16
- "dotnet-test-xunit" : " 1.0.0-dev-*"
15
+ "dotnet-test-xunit" : " 1.0.0-dev-*" ,
16
+ "NETStandard.Library" : " 1.5.0-*" ,
17
+ "System.Diagnostics.Process" : " 4.1.0-*"
17
18
}
18
19
},
19
20
"net451" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"xunit" : " 2.1.0" ,
4
- "Microsoft.AspNetCore.Server.IISIntegration.Tools" : " 1.0.0-*" ,
5
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
4
+ "Microsoft.AspNetCore.Server.IISIntegration.Tools" : " 1.0.0-*"
6
5
},
7
6
"frameworks" : {
8
7
"netstandardapp1.5" : {
11
10
" dnxcore50"
12
11
],
13
12
"dependencies" : {
14
- "dotnet-test-xunit" : " 1.0.0-dev-*"
13
+ "dotnet-test-xunit" : " 1.0.0-dev-*" ,
14
+ "NETStandard.Library" : " 1.5.0-*" ,
15
+ "System.Diagnostics.Process" : " 4.1.0-*"
15
16
}
16
17
}
17
18
},
Original file line number Diff line number Diff line change 13
13
"Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0-*" ,
14
14
"Microsoft.Extensions.Configuration.Json" : " 1.0.0-*" ,
15
15
"Microsoft.Extensions.Logging.Console" : " 1.0.0-*" ,
16
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
17
16
"xunit" : " 2.1.0"
18
17
},
19
18
"frameworks" : {
24
23
],
25
24
"dependencies" : {
26
25
"System.Net.Primitives" : " 4.0.11-*" ,
27
- "dotnet-test-xunit" : " 1.0.0-dev-*"
26
+ "dotnet-test-xunit" : " 1.0.0-dev-*" ,
27
+ "NETStandard.Library" : " 1.5.0-*" ,
28
+ "System.Diagnostics.Process" : " 4.1.0-*"
28
29
}
29
30
},
30
31
"net451" : {}
Original file line number Diff line number Diff line change 2
2
"dependencies" : {
3
3
"xunit" : " 2.1.0" ,
4
4
"dotnet-publish-iis" : " 1.0.0-*" ,
5
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
5
+ "NETStandard.Library" : " 1.5.0-*" ,
6
+ "System.Diagnostics.Process" : " 4.1.0-*"
6
7
},
7
8
"frameworks" : {
8
9
"netstandardapp1.5" : {
You can’t perform that action at this time.
0 commit comments