Merge branch 'release/2.2.1xx' into merges/release/2.1.4xx-to-release/2.2.1xx
This commit is contained in:
commit
ceffacfef8
110 changed files with 411 additions and 418 deletions
|
@ -10,5 +10,8 @@ namespace Microsoft.DotNet.Tools.Tests.Utilities
|
|||
{
|
||||
public static readonly NuGetFramework NetCoreApp21
|
||||
= new NuGetFramework(FrameworkConstants.FrameworkIdentifiers.NetCoreApp, new Version(2, 1, 0, 0));
|
||||
|
||||
public static readonly NuGetFramework NetCoreApp22
|
||||
= new NuGetFramework(FrameworkConstants.FrameworkIdentifiers.NetCoreApp, new Version(2, 2, 0, 0));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue