We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf13138 commit 573c4baCopy full SHA for 573c4ba
.github/workflows/dotnetcore.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 8.0.x
+ dotnet-version: 10.0.x
16
include-prerelease: true
17
- name: Build with dotnet
18
run: dotnet build "./src/SimplerSoftware.EntityFrameworkCore.SqlServer.NodaTime.sln" --configuration Release
0 commit comments