There was an error while loading. Please reload this page.
1 parent b56cd9f commit d1ce3deCopy full SHA for d1ce3de
.github/workflows/nuget.yml
@@ -21,6 +21,9 @@ jobs:
21
contents: write
22
# Steps represent a sequence of tasks that will be executed as part of the job
23
steps:
24
+ - uses: actions/setup-dotnet@v4
25
+ with:
26
+ dotnet-version: '9.x'
27
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
- uses: actions/checkout@v4
29
with:
0 commit comments