Updating versions to 1.2.0-*
This commit is contained in:
parent
ede5e8d47d
commit
7f6410bc55
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
|
"Microsoft.AspNetCore.Diagnostics": "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-*",
|
||||||
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
|
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.WebSockets": "1.0.0-*",
|
"Microsoft.AspNetCore.WebSockets": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
|
|
@ -20,8 +20,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
|
"Microsoft.AspNetCore.Http.Extensions": "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": {
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
|
"Microsoft.AspNetCore.Diagnostics": "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-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.WebSockets": "1.0.0-*",
|
"Microsoft.AspNetCore.WebSockets": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
|
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
"Microsoft.Extensions.Logging": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
|
"Microsoft.Extensions.PlatformAbstractions": "1.2.0-*",
|
||||||
"System.Diagnostics.FileVersionInfo": "4.3.0-*",
|
"System.Diagnostics.FileVersionInfo": "4.3.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.WebSockets": "1.0.0-*",
|
"Microsoft.AspNetCore.WebSockets": "1.0.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue