From e75e4c156af9de83700fb50c6647b87cff683657 Mon Sep 17 00:00:00 2001 From: Kyle McMaster Date: Fri, 26 Aug 2022 18:04:46 -0400 Subject: [PATCH] Update packages --- .../CSharpFunctionalExtensions.FluentAssertions.csproj | 4 ++-- ...CSharpFunctionalExtensions.FluentAssertions.Tests.csproj | 6 +++--- .../MaybeAssertionsTests.cs | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj b/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj index adf028c..0e96cd2 100644 --- a/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj +++ b/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj @@ -13,8 +13,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/CSharpFunctionalExtensions.FluentAssertions.Tests/CSharpFunctionalExtensions.FluentAssertions.Tests.csproj b/tests/CSharpFunctionalExtensions.FluentAssertions.Tests/CSharpFunctionalExtensions.FluentAssertions.Tests.csproj index db073a8..ee2d724 100644 --- a/tests/CSharpFunctionalExtensions.FluentAssertions.Tests/CSharpFunctionalExtensions.FluentAssertions.Tests.csproj +++ b/tests/CSharpFunctionalExtensions.FluentAssertions.Tests/CSharpFunctionalExtensions.FluentAssertions.Tests.csproj @@ -7,9 +7,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/CSharpFunctionalExtensions.FluentAssertions.Tests/MaybeAssertionsTests.cs b/tests/CSharpFunctionalExtensions.FluentAssertions.Tests/MaybeAssertionsTests.cs index 2f5a2bd..b25c8fe 100644 --- a/tests/CSharpFunctionalExtensions.FluentAssertions.Tests/MaybeAssertionsTests.cs +++ b/tests/CSharpFunctionalExtensions.FluentAssertions.Tests/MaybeAssertionsTests.cs @@ -13,7 +13,7 @@ public void WhenMaybeIsExpectedToHaveSomeValueAndItDoesShouldNotThrow() maybe.Should().HaveSomeValue(); } - + [Fact] public void WhenMaybeIsExpectedToHaveValueAndItDoesShouldNotThrow() {