mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
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:
parent
ce6f8ef4a7
commit
8e4d56b7ca
11
dnvm.json
11
dnvm.json
@ -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"
|
||||
}
|
||||
14
kvm.json
14
kvm.json
@ -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\""
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user