Skip to content

Commit

Permalink
Github flow: Setup .NET 6.0 ver including preview
Browse files Browse the repository at this point in the history
  • Loading branch information
andreise committed Sep 6, 2021
1 parent 28979fb commit 0ca847a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100-preview.7.21379.14
dotnet-version: 6.0.x
includePreviewVersions: true

# Create Local NuGet Source

Expand Down

0 comments on commit 0ca847a

Please sign in to comment.