Skip to content

Commit 7ac337a

Browse files
committed
Merge branch 'develop' of https://github.com/enisn/AutoFilterer into develop
2 parents f28c68a + ece9f62 commit 7ac337a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnetcore-nuget.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.100
15+
dotnet-version: 9.0.100
1616
- name: Restore
1717
run: dotnet restore
1818
- name: Build

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 7.0.401
19+
dotnet-version: 9.0.100
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build

0 commit comments

Comments
 (0)