diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 390084b6..86735f52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.x' + dotnet-version: '6.0.x' - name: Checkout Corral uses: actions/checkout@v2 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a8cfb76..3952441c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.x' + dotnet-version: '6.0.x' - name: Checkout Corral uses: actions/checkout@v2 with: diff --git a/source/Directory.Build.props b/source/Directory.Build.props index f16cfa8d..e0473b76 100644 --- a/source/Directory.Build.props +++ b/source/Directory.Build.props @@ -2,7 +2,7 @@ - net5.0 + net5.0;net6.0 false Corral https://github.com/boogie-org/corral