Update expected versions to 2.1.2
This commit is contained in:
parent
2e7e6950e2
commit
41d2418bfb
2 changed files with 2 additions and 2 deletions
|
@ -304,7 +304,7 @@ namespace Microsoft.DotNet.Tests
|
|||
|
||||
result.Should().NotBeNull();
|
||||
|
||||
result.Args.Should().Contain("--fx-version 2.1.1");
|
||||
result.Args.Should().Contain("--fx-version 2.1.2");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
|
@ -106,7 +106,7 @@ namespace Microsoft.DotNet.New.Tests
|
|||
var sharedFxDir = dotnetDir
|
||||
.GetDirectory("shared", "Microsoft.NETCore.App")
|
||||
.EnumerateDirectories()
|
||||
.Single(d => d.Name.StartsWith("2.1.1"));
|
||||
.Single(d => d.Name.StartsWith("2.1.2"));
|
||||
|
||||
if (packageName == "microsoft.netcore.app")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue