Skip to content

Commit

Permalink
CODE RUB: Generated dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdutoit committed Sep 6, 2023
1 parent ce6ef0d commit 05d7672
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
- name: Checking out code
uses: actions/checkout@v2
- name: Installing .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.401
include-prerelease: false
dotnet-version: 7.0.201
- name: Restoring Packages
run: dotnet restore
- name: Building Project(s)
Expand Down

0 comments on commit 05d7672

Please sign in to comment.