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 6eda843 commit d30f493Copy full SHA for d30f493
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Setup .NET Core
17
uses: actions/setup-dotnet@v1
18
+ with:
19
+ dotnet-version: 6.0.x
20
21
- name: Create NuGet Package
22
run: dotnet pack --configuration Release ValveKeyValue/ValveKeyValue/ValveKeyValue.csproj
0 commit comments