Add netcoreapp as default tfm to run
This commit is contained in:
parent
9efebf8ef9
commit
0bc7380bdb
2 changed files with 6 additions and 3 deletions
|
@ -66,7 +66,7 @@ namespace Microsoft.DotNet.Tools.Run
|
|||
{
|
||||
var defaultFrameworks = new[]
|
||||
{
|
||||
FrameworkConstants.FrameworkIdentifiers.DnxCore,
|
||||
FrameworkConstants.FrameworkIdentifiers.NetCoreApp,
|
||||
FrameworkConstants.FrameworkIdentifiers.NetStandardApp,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue