1
0
mirror of https://github.com/bitwarden/web synced 2026-01-17 07:53:15 +00:00

sort (none) folder last. Updated to .NET Core runtime.

This commit is contained in:
Kyle Spearrin
2016-08-08 23:50:47 -04:00
parent 0996ef86b7
commit 08d5c36f16
3 changed files with 17 additions and 2 deletions

View File

@@ -16,7 +16,14 @@
},
"frameworks": {
"net46": { }
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
}
}
}
},
"buildOptions": {