dnvm, kvm: remove

These are RC tools from 2016 and have been deprecated in favor of the dotnet CLI
https://docs.microsoft.com/en-us/dotnet/core/migration/from-dnx
This commit is contained in:
Brandon Smith 2018-11-11 16:13:28 -05:00
parent ce6f8ef4a7
commit 8e4d56b7ca
2 changed files with 0 additions and 25 deletions

View File

@ -1,11 +0,0 @@
{
"version": "latest",
"license": "Apache-2.0",
"url": "https://raw.githubusercontent.com/aspnet/AspNetCore/b77ee2c7d112d3c151d7546c1f8a094b6cb798d6/dnvm.ps1",
"homepage": "https://github.com/aspnet/Home",
"env_set": {
"DNX_HOME": "$dir\\.dnx",
"DNX_USER_HOME": "$dir\\.dnx"
},
"bin": "dnvm.ps1"
}

View File

@ -1,14 +0,0 @@
{
"version": "latest",
"license": "Apache-2.0",
"url": [
"https://raw.githubusercontent.com/aspnet/Home/release/kvm.ps1"
],
"homepage": "https://github.com/aspnet/Home",
"env_set": {
"KRE_HOME": "$dir\\.k",
"KRE_USER_HOME": "$dir\\.k"
},
"bin": "kvm.ps1",
"post_install": "iex \"kvm upgrade\""
}