Skip to content

Commit

Permalink
Merge pull request #158 from markxb/net6.0
Browse files Browse the repository at this point in the history
Allow Corral to be built for .NET 6.0
  • Loading branch information
rakamaric committed Apr 5, 2022
2 parents a4b3b88 + ebd8c24 commit 030bf6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Target framework and package configuration -->
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Corral</Authors>
<RepositoryUrl>https://github.com/boogie-org/corral</RepositoryUrl>
Expand Down

0 comments on commit 030bf6c

Please sign in to comment.