1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

Update to 1.0 RTM

This commit is contained in:
Kyle Spearrin 2016-07-09 18:17:51 -04:00
parent 91f93a79ee
commit 0582eb73db
3 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{ {
"projects": [ "src", "test" ], "projects": [ "src", "test" ],
"sdk": { "sdk": {
"version": "1.0.0-preview1-002702" "version": "1.0.0-preview2-003121"
} }
} }

View File

@ -7,30 +7,30 @@
"version": "0.0.1", "version": "0.0.1",
"target": "project" "target": "project"
}, },
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", "Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", "Microsoft.AspNetCore.StaticFiles": "1.0.0",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final", "Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0-rc2-final", "Microsoft.Extensions.Logging": "1.0.0",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", "Microsoft.Extensions.Logging.Console": "1.0.0",
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", "Microsoft.Extensions.Logging.Debug": "1.0.0",
"Microsoft.AspNetCore.Cors": "1.0.0-rc2-final", "Microsoft.AspNetCore.Cors": "1.0.0",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", "Microsoft.AspNetCore.Diagnostics": "1.0.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
"Microsoft.Extensions.Configuration.Binder": "1.0.0-rc2-final", "Microsoft.Extensions.Configuration.Binder": "1.0.0",
"Loggr.Extensions.Logging": "1.0.0-rc2-final" "Loggr.Extensions.Logging": "1.0.0"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-preview1-final", "version": "1.0.0-preview2-final",
"imports": "portable-net45+win8+dnxcore50" "imports": "portable-net45+win8+dnxcore50"
} }
}, },
"frameworks": { "frameworks": {
"net46": { } "net461": { }
}, },
"buildOptions": { "buildOptions": {

View File

@ -4,10 +4,10 @@
"authors": [ "Kyle Spearrin" ], "authors": [ "Kyle Spearrin" ],
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Identity": "1.0.0-rc2-final", "Microsoft.AspNetCore.Identity": "1.0.0",
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-rc2-final", "Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0",
"OtpSharp": "1.3.0.4", "OtpSharp": "1.3.0.4",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0-rc2-final", "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0",
"Dapper": "1.42.0", "Dapper": "1.42.0",
"DataTableProxy": "1.2.0", "DataTableProxy": "1.2.0",
"Sendgrid": "6.3.4", "Sendgrid": "6.3.4",
@ -17,7 +17,7 @@
}, },
"frameworks": { "frameworks": {
"net46": { "net461": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0.0", "System.ComponentModel.DataAnnotations": "4.0.0.0",
"System.Data": "4.0.0.0" "System.Data": "4.0.0.0"