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 +25
-24
lines changed
samples/ResponseCachingSample
Microsoft.AspNetCore.ResponseCaching.Abstractions
Microsoft.AspNetCore.ResponseCaching
test/Microsoft.AspNetCore.ResponseCaching.Tests Expand file tree Collapse file tree 5 files changed +25
-24
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
8
</configuration >
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "Microsoft.AspNetCore.ResponseCaching" : " 1.1.0-* " ,
4
- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.0-* " ,
5
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-* " ,
6
- "Microsoft.Extensions.Caching.Memory" : " 1.1.0-* "
3
+ "Microsoft.AspNetCore.ResponseCaching" : " 1.1.0" ,
4
+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.0" ,
5
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0" ,
6
+ "Microsoft.Extensions.Caching.Memory" : " 1.1.0"
7
7
},
8
8
"buildOptions" : {
9
9
"emitEntryPoint" : true
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
- {
2
- "version" : " 1.1.0-* " ,
1
+ {
2
+ "version" : " 1.1.0" ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
18
18
]
19
19
},
20
20
"dependencies" : {
21
- "Microsoft.Extensions.Primitives" : " 1.1.0-* "
21
+ "Microsoft.Extensions.Primitives" : " 1.1.0"
22
22
},
23
23
"frameworks" : {
24
24
"net451" : {},
25
25
"netstandard1.3" : {
26
26
"dependencies" : {
27
- "NETStandard.Library" : " 1.6.1-* "
27
+ "NETStandard.Library" : " 1.6.1"
28
28
}
29
29
}
30
30
}
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
"allowUnsafe" : true ,
22
22
]
23
23
},
24
24
"dependencies" : {
25
- "Microsoft.AspNetCore.Http" : " 1.1.0-* " ,
26
- "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0-* " ,
27
- "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.1.0-* " ,
28
- "Microsoft.Extensions.Caching.Memory" : " 1.1.0-* " ,
29
- "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0-* " ,
25
+ "Microsoft.AspNetCore.Http" : " 1.1.0" ,
26
+ "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0" ,
27
+ "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.1.0" ,
28
+ "Microsoft.Extensions.Caching.Memory" : " 1.1.0" ,
29
+ "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0" ,
30
30
"Microsoft.Extensions.TaskCache.Sources" : {
31
- "version" : " 1.1.0-* " ,
31
+ "version" : " 1.1.0-rtm-22752 " ,
32
32
"type" : " build"
33
33
},
34
- "NETStandard.Library" : " 1.6.1-* "
34
+ "NETStandard.Library" : " 1.6.1"
35
35
},
36
36
"frameworks" : {
37
37
"net451" : {},
Original file line number Diff line number Diff line change 5
5
},
6
6
"dependencies" : {
7
7
"dotnet-test-xunit" : " 2.2.0-*" ,
8
- "Microsoft.AspNetCore.ResponseCaching" : " 1.1.0-* " ,
9
- "Microsoft.AspNetCore.TestHost" : " 1.1.0-* " ,
10
- "Microsoft.Extensions.Logging.Testing" : " 1.1.0-* " ,
8
+ "Microsoft.AspNetCore.ResponseCaching" : " 1.1.0" ,
9
+ "Microsoft.AspNetCore.TestHost" : " 1.1.0" ,
10
+ "Microsoft.Extensions.Logging.Testing" : " 1.1.0-rtm-22752 " ,
11
11
"xunit" : " 2.2.0-*"
12
12
},
13
13
"frameworks" : {
14
14
"netcoreapp1.1" : {
15
15
"dependencies" : {
16
16
"Microsoft.NETCore.App" : {
17
- "version" : " 1.1.0-* " ,
17
+ "version" : " 1.1.0" ,
18
18
"type" : " platform"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments