mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
update to aspnet core rtm
This commit is contained in:
parent
1acacf5bb6
commit
fff64877ff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"projects": [ "src", "test" ],
|
"projects": [ "src", "test" ],
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "1.0.0-preview1-002702"
|
"version": "1.0.0-preview2-003121"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
"environment": "Development",
|
"environment": "Development",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
|
"Microsoft.AspNetCore.Server.IISIntegration": "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"
|
||||||
},
|
},
|
||||||
|
|
||||||
"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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user