Skip to content

Commit

Permalink
Set dotnet-version to '5.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmada committed Jan 25, 2021
1 parent 4093622 commit f619fd5
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 @@ -10,9 +10,9 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1.6.0
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: 5.0.100
dotnet-version: '5.0.x'
- name: Test source generator
run: dotnet test ./NetFabric.Hyperlinq.SourceGenerator.UnitTests/NetFabric.Hyperlinq.SourceGenerator.UnitTests.csproj
- name: Build solution
Expand Down

0 comments on commit f619fd5

Please sign in to comment.