Skip to content

Commit c11eaf0

Browse files
authored
Change dotnet-version to the latest one (#17)
1 parent a11508e commit c11eaf0

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: 3.1.100
15+
dotnet-version: 3.1.x
1616
- name: Run unit tests
1717
run: dotnet test --configuration Release ImageServer.Tests/
1818
- name: Run integration tests

0 commit comments

Comments
 (0)