Skip to content

Commit

Permalink
[dotnet] Add netcoreapp3.1 (#123)
Browse files Browse the repository at this point in the history
Additionally, remove `migrate` command.
  • Loading branch information
SolWasserman authored and vladimir-kotikov committed Dec 5, 2019
1 parent b366d5d commit 4a8056d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dotnet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local framework_parser = parser({
"netstandard2.1",

"netcoreapp1.0", "netcoreapp1.1", "netcoreapp2.0", "netcoreapp2.1",
"netcoreapp2.2", "netcoreapp3.0",
"netcoreapp2.2", "netcoreapp3.0", "netcoreapp3.1",

"net11", "net20", "net35", "net40", "net403", "net45", "net451", "net452",
"net46", "net461", "net462", "net47", "net471", "net472", "net48"
Expand Down Expand Up @@ -193,7 +193,6 @@ local dotnet_parser = parser({
"clean"..clean_parser,
"help",
"list"..parser({"reference", "package"}),
"migrate",
"msbuild",
"new"..new_parser,
"nuget",
Expand Down

0 comments on commit 4a8056d

Please sign in to comment.