Update the stage 0 version and unwind a few of the upgrade changes (#17617)

This commit is contained in:
Marc Paine 2023-10-27 08:06:01 -07:00 committed by GitHub
parent 751bed6d08
commit eb4f50fabf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 33 additions and 31 deletions

View file

@ -63,7 +63,7 @@ namespace EndToEnd.Tests
binDirectory.Should().NotHaveFilesMatching("*.dll", SearchOption.AllDirectories);
}
[Fact(Skip ="The current aspnet runtime is built against an 8.0 core runtime")]
[Fact]
public void ItCanRunAnAppUsingTheWebSdk()
{
var directory = TestAssets.CreateTestDirectory();