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

Commit ea1233b

Browse files
committed
Merge branch 'development' of https://github.com/SPCodeOrg/SPCode into development
2 parents 86d9a0a + a101d45 commit ea1233b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 6.0.100-rc.2.21505.57
18+
dotnet-version: 5.0.402
1919

2020
# Nuget
2121
- uses: nuget/setup-nuget@v1
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Build Spcode
2929
- name: Build Spcode
30-
run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=10.0
30+
run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=latest
3131

3232
# Build Installer
3333
- name: Build Installer (NSIS)
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Build Updater
5757
- name: Build Updater
58-
run: msbuild Deploy\SpcodeUpdater\SpcodeUpdater.csproj /p:Configuration=Release /p:langversion=10.0
58+
run: msbuild Deploy\SpcodeUpdater\SpcodeUpdater.csproj /p:Configuration=Release /p:langversion=latest
5959

6060
- name: Artifact Updater
6161
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)