Skip to content

Commit

Permalink
Upgrade to .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Oct 1, 2024
1 parent f37f023 commit 3b85a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use .NET Core 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100' # .NET Core v3.1.0, SDK 3.1.100
dotnet-version: '6.0.x' # .NET 6
- name: Build Solution
run: dotnet build
- name: Test
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Use .NET Core 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100' # .NET Core v3.1.0, SDK 3.1.100
dotnet-version: '6.0.x' # .NET 6
- name: Build Solution
run: dotnet build --configuration Release
- name: Download Wren Shared Library Artifact (mac OS)
Expand Down

0 comments on commit 3b85a3b

Please sign in to comment.