Skip to content

Commit

Permalink
Change .NET SDK version to a fixed version (AlanMorel#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloTadeucci authored and gwagwaflamingo committed Aug 20, 2022
1 parent e1c2516 commit d1456e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
dotnet-version: "6.0.100"
include-prerelease: true

- name: Build
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
dotnet-version: "6.0.100"
include-prerelease: true

- name: Check out code
Expand Down

0 comments on commit d1456e7

Please sign in to comment.