Skip to content

Commit cc8680d

Browse files
committed
nuget yml file update
1 parent b347d14 commit cc8680d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-nuget-pkg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
uses: actions/checkout@v4
1414
- name: Setup .NET SDK
1515
uses: actions/setup-dotnet@v1
16+
with:
17+
dotnet-version: '8.0.x'
1618
- name: Build
1719
run: dotnet build ObjectSemantics.NET/ObjectSemantics.NET.csproj -c Release
1820
- name: Test

0 commit comments

Comments
 (0)