Skip to content

Commit

Permalink
update to .net 8 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
dibiancoj authored Nov 20, 2023
1 parent 3944306 commit bdc8528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.x'
dotnet-version: '8.x'

#- name: Prep Auth For NuGet
# run: dotnet nuget add source --username ${{secrets.NUGETUSERNAME}} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/dibiancoj/index.json"
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build --no-restore -f net7.0
run: dotnet build --no-restore -f net8.0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit bdc8528

Please sign in to comment.