Skip to content

Commit 80425bc

Browse files
committed
Newer .net
1 parent e092b0f commit 80425bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2
19-
- name: Setup .NET 6.0
20-
uses: actions/setup-dotnet@v1
19+
- name: Setup .NET
20+
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: '6.0.x'
22+
dotnet-version: '7.0.x'
2323
- name: Setup NuGet 5.x
2424
uses: nuget/setup-nuget@v1
2525
with:

0 commit comments

Comments
 (0)