This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree 4 files changed +25
-24
lines changed
src/Microsoft.AspNetCore.Session
test/Microsoft.AspNetCore.Session.Tests 4 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
- </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.Session" : " 1.1.0-* " ,
9
- "Microsoft.Extensions.Caching.Memory" : " 1.1.0-* " ,
10
- "Microsoft.Extensions.Caching.Redis" : " 1.1.0-* " ,
11
- "Microsoft.Extensions.Caching.SqlServer" : " 1.1.0-* " ,
12
- "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.Session" : " 1.1.0" ,
9
+ "Microsoft.Extensions.Caching.Memory" : " 1.1.0" ,
10
+ "Microsoft.Extensions.Caching.Redis" : " 1.1.0" ,
11
+ "Microsoft.Extensions.Caching.SqlServer" : " 1.1.0" ,
12
+ "Microsoft.Extensions.Logging.Console" : " 1.1.0"
13
13
},
14
14
"publishOptions" : {
15
15
"include" : [
21
21
"netcoreapp1.1" : {
22
22
"dependencies" : {
23
23
"Microsoft.NETCore.App" : {
24
- "version" : " 1.1.0-* " ,
24
+ "version" : " 1.1.0" ,
25
25
"type" : " platform"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"description" : " ASP.NET Core session state middleware." ,
4
4
"packOptions" : {
5
5
"repository" : {
13
13
]
14
14
},
15
15
"dependencies" : {
16
- "Microsoft.AspNetCore.DataProtection" : " 1.1.0-* " ,
17
- "Microsoft.AspNetCore.Http.Abstractions" : " 1.1.0-* " ,
18
- "Microsoft.Extensions.Caching.Abstractions" : " 1.1.0-* " ,
19
- "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0-* " ,
20
- "Microsoft.Extensions.Options" : " 1.1.0-* " ,
21
- "NETStandard.Library" : " 1.6.1-* "
16
+ "Microsoft.AspNetCore.DataProtection" : " 1.1.0" ,
17
+ "Microsoft.AspNetCore.Http.Abstractions" : " 1.1.0" ,
18
+ "Microsoft.Extensions.Caching.Abstractions" : " 1.1.0" ,
19
+ "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0" ,
20
+ "Microsoft.Extensions.Options" : " 1.1.0" ,
21
+ "NETStandard.Library" : " 1.6.1"
22
22
},
23
23
"buildOptions" : {
24
24
"allowUnsafe" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"dotnet-test-xunit" : " 2.2.0-*" ,
4
- "Microsoft.AspNetCore.Session" : " 1.1.0-* " ,
5
- "Microsoft.AspNetCore.TestHost" : " 1.1.0-* " ,
6
- "Microsoft.Extensions.Caching.Memory" : " 1.1.0-* " ,
7
- "Microsoft.Extensions.Logging.Testing" : " 1.1.0-* " ,
4
+ "Microsoft.AspNetCore.Session" : " 1.1.0" ,
5
+ "Microsoft.AspNetCore.TestHost" : " 1.1.0" ,
6
+ "Microsoft.Extensions.Caching.Memory" : " 1.1.0" ,
7
+ "Microsoft.Extensions.Logging.Testing" : " 1.1.0-rtm-22752 " ,
8
8
"xunit" : " 2.2.0-*"
9
9
},
10
10
"testRunner" : " xunit" ,
11
11
"frameworks" : {
12
12
"netcoreapp1.1" : {
13
13
"dependencies" : {
14
14
"Microsoft.NETCore.App" : {
15
- "version" : " 1.1.0-* " ,
15
+ "version" : " 1.1.0" ,
16
16
"type" : " platform"
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments