Skip to content

Commit b89937f

Browse files
Merge pull request #51 from chaudis/master
Update dotnetcore.yml to support dotnet 10
2 parents cf13138 + 573c4ba commit b89937f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 8.0.x
15+
dotnet-version: 10.0.x
1616
include-prerelease: true
1717
- name: Build with dotnet
1818
run: dotnet build "./src/SimplerSoftware.EntityFrameworkCore.SqlServer.NodaTime.sln" --configuration Release

0 commit comments

Comments
 (0)