Skip to content

Commit

Permalink
updated the .net versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBKnights committed May 7, 2024
1 parent 6ed9b62 commit a4296de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0'
dotnet-version: '8.0'

- name: Build
run: dotnet build --configuration Release
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0'
dotnet-version: '8.0'
source-url: https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit a4296de

Please sign in to comment.