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 f9a8d62 commit bd69d5cCopy full SHA for bd69d5c
.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: '9.0.x'
+ dotnet-version: '10.0.x'
16
17
- name: Build with dotnet
18
run: dotnet build src/MockQueryable/*.sln --configuration Release
0 commit comments