diff --git a/Directory.Packages.props b/Directory.Packages.props index dc0adfb..93cee10 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,6 +10,7 @@ + diff --git a/ExpressiveSharp.slnx b/ExpressiveSharp.slnx index 2cc5546..72c7d84 100644 --- a/ExpressiveSharp.slnx +++ b/ExpressiveSharp.slnx @@ -21,5 +21,6 @@ + diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props new file mode 100644 index 0000000..b5263c6 --- /dev/null +++ b/tests/Directory.Build.props @@ -0,0 +1,7 @@ + + + + + + + diff --git a/tests/ExpressiveSharp.IntegrationTests.ExpressionCompile/Tests/Common/ThrowExpressionTests.cs b/tests/ExpressiveSharp.IntegrationTests.ExpressionCompile/Tests/Common/ThrowExpressionTests.cs deleted file mode 100644 index cec3089..0000000 --- a/tests/ExpressiveSharp.IntegrationTests.ExpressionCompile/Tests/Common/ThrowExpressionTests.cs +++ /dev/null @@ -1,9 +0,0 @@ -using ExpressiveSharp.IntegrationTests.Infrastructure; - -namespace ExpressiveSharp.IntegrationTests.ExpressionCompile.Tests.Common; - -[TestClass] -public class ThrowExpressionTests : Scenarios.Common.Tests.ThrowExpressionTests -{ - protected override IIntegrationTestRunner CreateRunner() => new ExpressionCompileTestRunner(); -}