Skip to content

Commit

Permalink
Update netlicensing-csharp-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Oct 31, 2023
1 parent dee6a7f commit dd75f65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/netlicensing-csharp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
publish-nuget:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.402'
dotnet-version: '6.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit dd75f65

Please sign in to comment.