diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 57d0bff7..6f55fc26 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.403 + dotnet-version: 6.0.201 - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 448f62e3..0b4306fe 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.403 + dotnet-version: 6.0.201 - name: Install dependencies run: dotnet restore - name: Build diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b027bf7..c5067c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Version TBD - Fix bug in `Property.recheck` where the result is always `Failed`. ([#415][415], [@TysonMN][TysonMN]) +- Runtime targets are now .NET Standard 2.0, .NET 4.8. and .NET 6.0. ([#416][416], [@LyndonGingerich][LyndonGingerich]) ## Version 0.12.1 (2021-12-31) @@ -195,7 +196,11 @@ /~https://github.com/ploeh [porges]: /~https://github.com/porges +[LyndonGingerich] + /~https://github.com/LyndonGingerich +[416]: + /~https://github.com/hedgehogqa/fsharp-hedgehog/pull/416 [415]: /~https://github.com/hedgehogqa/fsharp-hedgehog/pull/415 [401]: diff --git a/src/Hedgehog/Hedgehog.fsproj b/src/Hedgehog/Hedgehog.fsproj index f878515b..d6b6f927 100644 --- a/src/Hedgehog/Hedgehog.fsproj +++ b/src/Hedgehog/Hedgehog.fsproj @@ -1,7 +1,7 @@ - netstandard1.6;netstandard2.0;net45 + netstandard2.0;net48;net6.0 0.12.1 Release with confidence. Jacob Stanley;Nikos Baxevanis @@ -60,7 +60,7 @@ /~https://github.com/hedgehogqa/fsharp-hedgehog/blob/master/doc/index.md - + diff --git a/tests/Hedgehog.Benchmarks/Hedgehog.Benchmarks.fsproj b/tests/Hedgehog.Benchmarks/Hedgehog.Benchmarks.fsproj index 65beb592..25745837 100644 --- a/tests/Hedgehog.Benchmarks/Hedgehog.Benchmarks.fsproj +++ b/tests/Hedgehog.Benchmarks/Hedgehog.Benchmarks.fsproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 diff --git a/tests/Hedgehog.Linq.Tests/Hedgehog.Linq.Tests.csproj b/tests/Hedgehog.Linq.Tests/Hedgehog.Linq.Tests.csproj index f024f94c..b90170ec 100644 --- a/tests/Hedgehog.Linq.Tests/Hedgehog.Linq.Tests.csproj +++ b/tests/Hedgehog.Linq.Tests/Hedgehog.Linq.Tests.csproj @@ -1,15 +1,16 @@ - net5.0 + net6.0 8.0 Library + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Hedgehog.Tests/Hedgehog.Tests.fsproj b/tests/Hedgehog.Tests/Hedgehog.Tests.fsproj index 7277f431..ea03223f 100644 --- a/tests/Hedgehog.Tests/Hedgehog.Tests.fsproj +++ b/tests/Hedgehog.Tests/Hedgehog.Tests.fsproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 Exe false @@ -26,7 +26,7 @@ - - + +