Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDragon authored Dec 14, 2023
1 parent daa8b80 commit 3a8eb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 3.1.100
dotnet-version: 7.0.311
- name: Build with dotnet
run: dotnet build --configuration Release

0 comments on commit 3a8eb8b

Please sign in to comment.