Updating versions to 1.2.0-*
This commit is contained in:
parent
3e8d93fe76
commit
de383b7ee4
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
@ -20,10 +20,10 @@
|
||||||
"xmlDoc": true
|
"xmlDoc": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
|
"Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.Abstractions": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.Abstractions": "1.2.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection.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-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"CorsMiddlewareWebSite": "1.0.0-*",
|
"CorsMiddlewareWebSite": "1.0.0-*",
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Cors": "1.1.0-*",
|
"Microsoft.AspNetCore.Cors": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",
|
||||||
"Moq": "4.6.36-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Cors": "1.1.0-*",
|
"Microsoft.AspNetCore.Cors": "1.2.0-*",
|
||||||
"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-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue