Skip to content

Commit bab1020

Browse files
Updated to .net 7
1 parent 79c0a32 commit bab1020

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,6 +12,6 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v2
1414
with:
15-
dotnet-version: '6.0.x'
15+
dotnet-version: '7.0.x'
1616
- name: Build with dotnet
1717
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)