Skip to content

Commit

Permalink
workshop_bundler: Update dotnet to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetrith committed Oct 18, 2023
1 parent a07e639 commit 10349c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x

- name: Install Mod Dependencies
run: dotnet restore ${{ env.SLN_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-workshop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x

- name: Run workshop bundler
run: ./workshop_bundler.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up .NET
uses: actions/[email protected]
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
Expand Down
3 changes: 0 additions & 3 deletions workshop_bundler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ cd Multiplayer
# About/ and Textures/ are shared between all versions
cp -r ../About ../Textures .

mkdir ../Assemblies
mkdir ../AssembliesCustom

cat <<EOF > LoadFolders.xml
<loadFolders>
<v1.4>
Expand Down

0 comments on commit 10349c3

Please sign in to comment.