Skip to content

Commit

Permalink
Fix multiframework build (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d authored Feb 6, 2023
1 parent 4bd1dd3 commit 4b4d215
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/multiframework-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.403'
- name: Setup .NET 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.401'
- uses: actions/checkout@v2
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Release --no-build -f net6.0
run: dotnet test --configuration Release --no-build

0 comments on commit 4b4d215

Please sign in to comment.