We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b347d14 commit cc8680dCopy full SHA for cc8680d
.github/workflows/release-nuget-pkg.yml
@@ -13,6 +13,8 @@ jobs:
13
uses: actions/checkout@v4
14
- name: Setup .NET SDK
15
uses: actions/setup-dotnet@v1
16
+ with:
17
+ dotnet-version: '8.0.x'
18
- name: Build
19
run: dotnet build ObjectSemantics.NET/ObjectSemantics.NET.csproj -c Release
20
- name: Test
0 commit comments