diff --git a/Directory.Packages.props b/Directory.Packages.props index 339119601..0966d5a3f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,8 +3,8 @@ true - - + + diff --git a/Tests/aweXpect.Tests/Booleans/ThatBool.cs b/Tests/aweXpect.Tests/Booleans/ThatBool.cs index bb3eb7982..4ad3bd710 100644 --- a/Tests/aweXpect.Tests/Booleans/ThatBool.cs +++ b/Tests/aweXpect.Tests/Booleans/ThatBool.cs @@ -3,7 +3,6 @@ // ReSharper disable once ClassNeverInstantiated.Global public sealed partial class ThatBool { -/* TODO: Enable after next Core update public sealed class Tests { [Fact] @@ -49,5 +48,4 @@ async Task Act() await That(Act).DoesNotThrow(); } } -*/ }