mirror of
https://github.com/bitwarden/server.git
synced 2025-03-11 13:19:40 +01:00
update projects to asp.net core 1.1.0
This commit is contained in:
parent
93cff6e283
commit
62d2a01962
@ -1,6 +1,6 @@
|
||||
{
|
||||
"projects": [ "src", "test" ],
|
||||
"sdk": {
|
||||
"version": "1.0.0-preview2-003121"
|
||||
"version": "1.0.0-preview2-003133"
|
||||
}
|
||||
}
|
||||
|
@ -6,21 +6,21 @@
|
||||
"Core": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
||||
"Microsoft.AspNetCore.Mvc": "1.0.1",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
||||
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
|
||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
|
||||
"Microsoft.Extensions.Logging": "1.0.0",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
||||
"Microsoft.AspNetCore.Cors": "1.0.0",
|
||||
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
|
||||
"Microsoft.Extensions.Configuration.Binder": "1.0.0",
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
|
||||
"Microsoft.AspNetCore.Mvc": "1.1.0",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
|
||||
"Microsoft.AspNetCore.StaticFiles": "1.1.0",
|
||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0",
|
||||
"Microsoft.Extensions.Logging": "1.1.0",
|
||||
"Microsoft.Extensions.Logging.Console": "1.1.0",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.1.0",
|
||||
"Microsoft.AspNetCore.Cors": "1.1.0",
|
||||
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
|
||||
"Microsoft.Extensions.Configuration.Binder": "1.1.0",
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
|
||||
"Loggr.Extensions.Logging": "1.0.0",
|
||||
"Microsoft.ApplicationInsights.AspNetCore": "1.0.0",
|
||||
"Microsoft.ApplicationInsights.AspNetCore": "1.0.2",
|
||||
"AspNetCoreRateLimit": "1.0.5"
|
||||
},
|
||||
|
||||
|
@ -1,15 +1,14 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Identity": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0",
|
||||
"Microsoft.AspNetCore.Identity": "1.1.0",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.1.0",
|
||||
"OtpSharp": "1.3.0.4",
|
||||
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.1",
|
||||
"Dapper": "1.42.0",
|
||||
"Microsoft.AspNetCore.Mvc.Abstractions": "1.1.0",
|
||||
"Dapper": "1.50.2",
|
||||
"DataTableProxy": "1.2.0",
|
||||
"Sendgrid": "6.3.4",
|
||||
"StackExchange.Redis": "1.0.488",
|
||||
"PushSharp": "4.0.10",
|
||||
"WindowsAzure.Storage": "7.2.1"
|
||||
"WindowsAzure.Storage": "8.0.0"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"type": "platform"
|
||||
},
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
||||
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
|
||||
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0"
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
|
||||
"Microsoft.AspNetCore.StaticFiles": "1.1.0",
|
||||
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.1.0"
|
||||
},
|
||||
|
||||
"tools": {
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"netcoreapp1.1": {
|
||||
"imports": [
|
||||
"dotnet5.6",
|
||||
"portable-net45+win8"
|
||||
|
Loading…
Reference in New Issue
Block a user