This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +29
-28
lines changed
src/Microsoft.AspNetCore.StaticFiles
Microsoft.AspNetCore.StaticFiles.FunctionalTests
Microsoft.AspNetCore.StaticFiles.Tests Expand file tree Collapse file tree 5 files changed +29
-28
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
- <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
5
- <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
4
+ <clear />
5
+ <add key =" NuGet.org" value =" https://api.nuget.org/v3/index.json" />
6
+ <add key =" AspNetCore" value =" https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
6
7
</packageSources >
7
- </configuration >
8
+ </configuration >
Original file line number Diff line number Diff line change 3
3
"emitEntryPoint" : true
4
4
},
5
5
"dependencies" : {
6
- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.0-* " ,
7
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-* " ,
8
- "Microsoft.AspNetCore.StaticFiles" : " 1.1.0-* " ,
9
- "Microsoft.Extensions.Logging.Console" : " 1.1.0-* "
6
+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.0" ,
7
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0" ,
8
+ "Microsoft.AspNetCore.StaticFiles" : " 1.1.0" ,
9
+ "Microsoft.Extensions.Logging.Console" : " 1.1.0"
10
10
},
11
11
"frameworks" : {
12
12
"net451" : {},
13
13
"netcoreapp1.1" : {
14
14
"dependencies" : {
15
15
"Microsoft.NETCore.App" : {
16
- "version" : " 1.1.0-* " ,
16
+ "version" : " 1.1.0" ,
17
17
"type" : " platform"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
20
20
]
21
21
},
22
22
"dependencies" : {
23
- "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0-* " ,
24
- "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0-* " ,
25
- "Microsoft.Extensions.FileProviders.Abstractions" : " 1.1.0-* " ,
26
- "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0-* " ,
27
- "Microsoft.Extensions.WebEncoders" : " 1.1.0-* " ,
28
- "NETStandard.Library" : " 1.6.1-* "
23
+ "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0" ,
24
+ "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0" ,
25
+ "Microsoft.Extensions.FileProviders.Abstractions" : " 1.1.0" ,
26
+ "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0" ,
27
+ "Microsoft.Extensions.WebEncoders" : " 1.1.0" ,
28
+ "NETStandard.Library" : " 1.6.1"
29
29
},
30
30
"frameworks" : {
31
31
"net451" : {},
Original file line number Diff line number Diff line change 18
18
},
19
19
"dependencies" : {
20
20
"dotnet-test-xunit" : " 2.2.0-*" ,
21
- "Microsoft.AspNetCore.Server.IntegrationTesting" : " 0.2.0-* " ,
22
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-* " ,
23
- "Microsoft.AspNetCore.Server.WebListener" : " 1.1.0-* " ,
24
- "Microsoft.AspNetCore.StaticFiles" : " 1.1.0-* " ,
25
- "Microsoft.AspNetCore.Testing" : " 1.1.0-* " ,
26
- "Microsoft.Extensions.Logging.Testing" : " 1.1.0-* " ,
21
+ "Microsoft.AspNetCore.Server.IntegrationTesting" : " 0.2.0-rtm-22752 " ,
22
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0" ,
23
+ "Microsoft.AspNetCore.Server.WebListener" : " 1.1.0" ,
24
+ "Microsoft.AspNetCore.StaticFiles" : " 1.1.0" ,
25
+ "Microsoft.AspNetCore.Testing" : " 1.1.0-rtm-22752 " ,
26
+ "Microsoft.Extensions.Logging.Testing" : " 1.1.0-rtm-22752 " ,
27
27
"xunit" : " 2.2.0-*"
28
28
},
29
29
"frameworks" : {
30
30
"netcoreapp1.1" : {
31
31
"dependencies" : {
32
32
"Microsoft.NETCore.App" : {
33
- "version" : " 1.1.0-* " ,
33
+ "version" : " 1.1.0" ,
34
34
"type" : " platform"
35
35
}
36
36
}
Original file line number Diff line number Diff line change 17
17
},
18
18
"dependencies" : {
19
19
"dotnet-test-xunit" : " 2.2.0-*" ,
20
- "Microsoft.AspNetCore.StaticFiles" : " 1.1.0-* " ,
21
- "Microsoft.AspNetCore.TestHost" : " 1.1.0-* " ,
22
- "Microsoft.AspNetCore.Testing" : " 1.1.0-* " ,
23
- "Microsoft.Extensions.Logging.Testing" : " 1.1.0-* " ,
20
+ "Microsoft.AspNetCore.StaticFiles" : " 1.1.0" ,
21
+ "Microsoft.AspNetCore.TestHost" : " 1.1.0" ,
22
+ "Microsoft.AspNetCore.Testing" : " 1.1.0-rtm-22752 " ,
23
+ "Microsoft.Extensions.Logging.Testing" : " 1.1.0-rtm-22752 " ,
24
24
"xunit" : " 2.2.0-*"
25
25
},
26
26
"frameworks" : {
27
27
"netcoreapp1.1" : {
28
28
"dependencies" : {
29
29
"Microsoft.NETCore.App" : {
30
- "version" : " 1.1.0-* " ,
30
+ "version" : " 1.1.0" ,
31
31
"type" : " platform"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments