Add support for targeting .NET Core 3.1

This commit is contained in:
Daniel Plaisted 2019-09-10 13:58:14 -07:00
parent 724015cc60
commit 827464d908
2 changed files with 75 additions and 6 deletions

View file

@ -61,7 +61,7 @@ namespace EndToEnd.Tests
binDirectory.Should().NotHaveFilesMatching("*.dll", SearchOption.AllDirectories);
}
[Fact]
[Fact(Skip = "Need support for ASP.NET on .NET Core 3.1")]
public void ItCanRunAnAppUsingTheWebSdk()
{
var directory = TestAssets.CreateTestDirectory();