diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index fa4c9bf..21e8e12 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.201 + dotnet-version: 8 - name: Build run: dotnet build -c Release src - name: Test F# diff --git a/src/Hedgehog.Experimental.CSharp.Tests/Hedgehog.Experimental.CSharp.Tests.csproj b/src/Hedgehog.Experimental.CSharp.Tests/Hedgehog.Experimental.CSharp.Tests.csproj index 19285b3..7f4ee89 100644 --- a/src/Hedgehog.Experimental.CSharp.Tests/Hedgehog.Experimental.CSharp.Tests.csproj +++ b/src/Hedgehog.Experimental.CSharp.Tests/Hedgehog.Experimental.CSharp.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8 enable false diff --git a/src/Hedgehog.Experimental.Tests/Hedgehog.Experimental.Tests.fsproj b/src/Hedgehog.Experimental.Tests/Hedgehog.Experimental.Tests.fsproj index b2fb662..690ce52 100644 --- a/src/Hedgehog.Experimental.Tests/Hedgehog.Experimental.Tests.fsproj +++ b/src/Hedgehog.Experimental.Tests/Hedgehog.Experimental.Tests.fsproj @@ -1,7 +1,7 @@ - net6.0 + net8 Exe false diff --git a/src/Hedgehog.Experimental/Hedgehog.Experimental.fsproj b/src/Hedgehog.Experimental/Hedgehog.Experimental.fsproj index b4442e0..19947a1 100644 --- a/src/Hedgehog.Experimental/Hedgehog.Experimental.fsproj +++ b/src/Hedgehog.Experimental/Hedgehog.Experimental.fsproj @@ -1,7 +1,7 @@ - netstandard2.0 + netstandard2.1 true true true