Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Update betarelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijabase authored May 23, 2023
1 parent 2663ac5 commit 2e50749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/betarelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: 7.0.300

# Nuget
- name: Restore NuGet packages
uses: nuget/setup-nuget@v1
with:
nuget-version: '5.x'
- run: nuget restore Spcode.sln
- run: nuget install MahApps.Metro -Version 1.6.5 && nuget restore Spcode.sln

# Setup MSBuild
- name: Setup MSBuild
Expand Down

0 comments on commit 2e50749

Please sign in to comment.