Add support for targeting .NET Core 3.1
This commit is contained in:
parent
724015cc60
commit
827464d908
2 changed files with 75 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue