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