Updating versions to 1.2.0-*
This commit is contained in:
parent
4b6f21c248
commit
9c4b3863b9
|
|
@ -3,13 +3,13 @@
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Session": "1.1.0-*",
|
"Microsoft.AspNetCore.Session": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Caching.Memory": "1.1.0-*",
|
"Microsoft.Extensions.Caching.Memory": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Caching.Redis": "1.1.0-*",
|
"Microsoft.Extensions.Caching.Redis": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Caching.SqlServer": "1.1.0-*",
|
"Microsoft.Extensions.Caching.SqlServer": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"publishOptions": {
|
"publishOptions": {
|
||||||
"include": [
|
"include": [
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"description": "ASP.NET Core session state middleware.",
|
"description": "ASP.NET Core session state middleware.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -13,11 +13,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
"Microsoft.AspNetCore.DataProtection": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
|
"Microsoft.AspNetCore.Http.Abstractions": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Caching.Abstractions": "1.1.0-*",
|
"Microsoft.Extensions.Caching.Abstractions": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Options": "1.1.0-*",
|
"Microsoft.Extensions.Options": "1.2.0-*",
|
||||||
"NETStandard.Library": "1.6.1-*"
|
"NETStandard.Library": "1.6.1-*"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Session": "1.1.0-*",
|
"Microsoft.AspNetCore.Session": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Caching.Memory": "1.1.0-*",
|
"Microsoft.Extensions.Caching.Memory": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue