From ebd8c24105bc00797caff5297269ea2156b9c55a Mon Sep 17 00:00:00 2001 From: "Mark S. Baranowski" Date: Tue, 5 Apr 2022 10:12:08 -0600 Subject: [PATCH] Allow Corral to be built for .NET 6.0 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- source/Directory.Build.props | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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