Fix tests that require .NET Core 1.1
This commit is contained in:
parent
fa2a02ff0e
commit
b6d9520ffc
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ namespace Microsoft.DotNet.Cli.Utils.Tests
|
|||
{
|
||||
public class GivenAppThrowingException : TestBase
|
||||
{
|
||||
[Fact]
|
||||
[RequiresSpecificFrameworkFact("netcoreapp1.1")]
|
||||
public void ItShowsStackTraceWhenRun()
|
||||
{
|
||||
var root = TestAssets.Get("NonRestoredTestProjects", "AppThrowingException")
|
||||
|
@ -36,7 +36,7 @@ namespace Microsoft.DotNet.Cli.Utils.Tests
|
|||
.And.HaveStdErrContaining(msg2);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[RequiresSpecificFrameworkFact("netcoreapp1.1")]
|
||||
public void ItShowsStackTraceWhenRunAsTool()
|
||||
{
|
||||
var root = TestAssets.Get("NonRestoredTestProjects", "AppThrowingException")
|
||||
|
|
Loading…
Add table
Reference in a new issue