diff --git a/external/NWebsec/project.json b/external/NWebsec/project.json index 0fae83a3..b62bf52e 100644 --- a/external/NWebsec/project.json +++ b/external/NWebsec/project.json @@ -21,8 +21,8 @@ "netstandard1.3": { "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-*", - "System.Runtime": "4.1.0-rc2-*" + "Microsoft.CSharp": "4.0.1-rc2-24027", + "System.Runtime": "4.1.0-rc2-24027" }, "imports": [ @@ -33,6 +33,6 @@ }, "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-*" + "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final" } } diff --git a/samples/Mvc.Client/project.json b/samples/Mvc.Client/project.json index 1b2d5c74..4d6cdaca 100644 --- a/samples/Mvc.Client/project.json +++ b/samples/Mvc.Client/project.json @@ -15,30 +15,30 @@ }, "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-*", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-*", - "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-*", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-*", - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-*" + "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", + "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final" }, "frameworks": { "net451": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-*" + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027" } }, "netcoreapp1.0": { "dependencies": { - "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-*" } + "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-3002702" } }, "imports": [ @@ -50,7 +50,7 @@ "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-preview1-*", + "version": "1.0.0-preview1-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index ada35516..d18c7e34 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -20,35 +20,35 @@ }, "dependencies": { - "AspNet.Security.OAuth.GitHub": "1.0.0-alpha4-*", - "AspNet.Security.OAuth.Introspection": "1.0.0-alpha1-*", - "AspNet.Security.OAuth.Validation": "1.0.0-alpha1-*", - "Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-*", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-*", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-*", - "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-*", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-*", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-*", - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-*", + "AspNet.Security.OAuth.GitHub": "1.0.0-alpha4-final", + "AspNet.Security.OAuth.Introspection": "1.0.0-alpha1-final", + "AspNet.Security.OAuth.Validation": "1.0.0-alpha1-final", + "Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", + "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", + "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", "OpenIddict": { "target": "project" } }, "frameworks": { "net451": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-*" + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027" } }, "netcoreapp1.0": { "dependencies": { - "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-*" } + "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-3002702" } }, "imports": [ @@ -60,7 +60,7 @@ "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-preview1-*", + "version": "1.0.0-preview1-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/src/OpenIddict.Assets/project.json b/src/OpenIddict.Assets/project.json index 59fff542..a6bd9a36 100644 --- a/src/OpenIddict.Assets/project.json +++ b/src/OpenIddict.Assets/project.json @@ -41,8 +41,8 @@ "dependencies": { "JetBrains.Annotations": { "type": "build", "version": "10.1.4" }, - "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-*", - "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-rc2-*", + "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", + "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-rc2-final", "OpenIddict.Core": { "target": "project" } }, diff --git a/src/OpenIddict.Core/project.json b/src/OpenIddict.Core/project.json index 5f3ec9db..9b1468f8 100644 --- a/src/OpenIddict.Core/project.json +++ b/src/OpenIddict.Core/project.json @@ -32,12 +32,12 @@ }, "dependencies": { - "AspNet.Security.OpenIdConnect.Server": "1.0.0-beta5-*", + "AspNet.Security.OpenIdConnect.Server": "1.0.0-beta5-final", "CryptoHelper": "1.0.0-rc2-build04", "JetBrains.Annotations": { "type": "build", "version": "10.1.4" }, - "Microsoft.AspNetCore.Identity": "1.0.0-rc2-*", - "Microsoft.Extensions.Configuration": "1.0.0-rc2-*", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*" + "Microsoft.AspNetCore.Identity": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration": "1.0.0-rc2-final", + "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final" }, "frameworks": { diff --git a/src/OpenIddict.EF/project.json b/src/OpenIddict.EF/project.json index e5de2b40..38d11c23 100644 --- a/src/OpenIddict.EF/project.json +++ b/src/OpenIddict.EF/project.json @@ -33,7 +33,7 @@ "dependencies": { "JetBrains.Annotations": { "type": "build", "version": "10.1.4" }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-*", + "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-final", "OpenIddict.Core": { "target": "project" }, "OpenIddict.Models": { "target": "project" } }, diff --git a/src/OpenIddict.Models/project.json b/src/OpenIddict.Models/project.json index 4c5b6741..ac0b6ff9 100644 --- a/src/OpenIddict.Models/project.json +++ b/src/OpenIddict.Models/project.json @@ -36,7 +36,7 @@ "netstandard1.3": { "dependencies": { - "System.Runtime": "4.1.0-rc2-*" + "System.Runtime": "4.1.0-rc2-24027" }, "imports": [ diff --git a/src/OpenIddict.Mvc/project.json b/src/OpenIddict.Mvc/project.json index bc39c618..562fe2ed 100644 --- a/src/OpenIddict.Mvc/project.json +++ b/src/OpenIddict.Mvc/project.json @@ -36,11 +36,11 @@ }, "dependencies": { - "AspNet.Hosting.Extensions": "1.0.0-alpha2-*", + "AspNet.Hosting.Extensions": "1.0.0-alpha2-final", "JetBrains.Annotations": { "type": "build", "version": "10.1.4" }, - "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*", - "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-rc2-*", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0-rc2-*", + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", + "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-rc2-final", + "Microsoft.Extensions.FileProviders.Composite": "1.0.0-rc2-final", "OpenIddict.Core": { "target": "project" } }, diff --git a/src/OpenIddict.Security/project.json b/src/OpenIddict.Security/project.json index 38661b61..d230f953 100644 --- a/src/OpenIddict.Security/project.json +++ b/src/OpenIddict.Security/project.json @@ -33,7 +33,7 @@ "dependencies": { "JetBrains.Annotations": { "type": "build", "version": "10.1.4" }, - "Microsoft.AspNetCore.Cors": "1.0.0-rc2-*", + "Microsoft.AspNetCore.Cors": "1.0.0-rc2-final", "NWebsec": { "target": "project", "type": "build" }, "OpenIddict.Core": { "target": "project" } },