Skip to content

Commit 2f3ff55

Browse files
committed
Fix .NET version
1 parent 397f855 commit 2f3ff55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 6.0.x
15+
dotnet-version: '6.0.x'
16+
include-prerelease: true
1617
- name: Test source generator
1718
run: dotnet test ./NetFabric.Hyperlinq.SourceGenerator.UnitTests/NetFabric.Hyperlinq.SourceGenerator.UnitTests.csproj
1819
- name: Build solution

0 commit comments

Comments
 (0)