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

Commit 2e50749

Browse files
authored
Update betarelease.yml
1 parent 2663ac5 commit 2e50749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/betarelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
- name: Install .NET Core
3131
uses: actions/setup-dotnet@v1
3232
with:
33-
dotnet-version: 6.0.100
33+
dotnet-version: 7.0.300
3434

3535
# Nuget
3636
- name: Restore NuGet packages
3737
uses: nuget/setup-nuget@v1
3838
with:
3939
nuget-version: '5.x'
40-
- run: nuget restore Spcode.sln
40+
- run: nuget install MahApps.Metro -Version 1.6.5 && nuget restore Spcode.sln
4141

4242
# Setup MSBuild
4343
- name: Setup MSBuild

0 commit comments

Comments
 (0)