From ed0da79cbf660d84a29a21d713bd00f91c0c772b Mon Sep 17 00:00:00 2001 From: ZacharyPatten Date: Sun, 19 Nov 2023 12:06:34 -0600 Subject: [PATCH] net8.0 github actions --- .github/workflows/2048 Build.yml | 2 +- .github/workflows/Battleship Build.yml | 2 +- .github/workflows/Beep Pad Build.yml | 2 +- .github/workflows/Binaries Deploy.yml | 2 +- .github/workflows/Blackjack Build.yml | 2 +- .github/workflows/Bound Build.yml | 2 +- .github/workflows/Checkers Build.yml | 2 +- .github/workflows/Clicker Build.yml | 2 +- .github/workflows/Connect 4 Build.yml | 2 +- .github/workflows/Console Monsters Build.yml | 2 +- .github/workflows/Darts Build.yml | 2 +- .github/workflows/Dice Game Build.yml | 2 +- .github/workflows/Draw Build.yml | 2 +- .github/workflows/Drive Build.yml | 2 +- .github/workflows/Duck Hunt Build.yml | 2 +- .github/workflows/Fighter Build.yml | 2 +- .github/workflows/Flappy Bird Build.yml | 2 +- .github/workflows/Flash Cards Build.yml | 2 +- .github/workflows/Gravity Build.yml | 2 +- .github/workflows/Guess A Number Build.yml | 2 +- .github/workflows/Hangman Build.yml | 2 +- .github/workflows/Helicopter Build.yml | 2 +- .github/workflows/Hurdles Build.yml | 2 +- .github/workflows/Mancala Build.yml | 2 +- .github/workflows/Maze Build.yml | 2 +- .github/workflows/Memory Build.yml | 2 +- .github/workflows/Minesweeper Build.yml | 2 +- .github/workflows/Oligopoly Build.yml | 2 +- .github/workflows/PacMan Build.yml | 2 +- .github/workflows/Pong Build.yml | 2 +- .github/workflows/Quick Draw Build.yml | 2 +- .github/workflows/Rock Paper Scissors Build.yml | 2 +- .github/workflows/Role Playing Game Build.yml | 2 +- .github/workflows/Roll And Move Build.yml | 2 +- .github/workflows/Rythm Build.yml | 2 +- .github/workflows/Shmup Build.yml | 2 +- .github/workflows/Simon Build.yml | 2 +- .github/workflows/Sliding Puzzle Build.yml | 2 +- .github/workflows/Snake Build.yml | 2 +- .github/workflows/Sudoku Build.yml | 2 +- .github/workflows/Tanks Build.yml | 2 +- .github/workflows/Tents Build.yml | 2 +- .github/workflows/Tetris Build.yml | 2 +- .github/workflows/Tic Tac Toe Build.yml | 2 +- .github/workflows/Tower Of Hanoi Build.yml | 2 +- .github/workflows/Tug Of War Build.yml | 2 +- .github/workflows/Type Build.yml | 2 +- .github/workflows/Website Build.yml | 2 +- .github/workflows/Website Deploy.yml | 2 +- .github/workflows/Whack A Mole Build.yml | 2 +- .github/workflows/Wordle Build.yml | 2 +- .github/workflows/Wumpus World Build.yml | 2 +- .github/workflows/Yahtzee Build.yml | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) diff --git a/.github/workflows/2048 Build.yml b/.github/workflows/2048 Build.yml index 21d04828..5f8f67ab 100644 --- a/.github/workflows/2048 Build.yml +++ b/.github/workflows/2048 Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\2048\2048.csproj" --configuration Release diff --git a/.github/workflows/Battleship Build.yml b/.github/workflows/Battleship Build.yml index 8cc4ec31..b161829c 100644 --- a/.github/workflows/Battleship Build.yml +++ b/.github/workflows/Battleship Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Battleship\Battleship.csproj" --configuration Release diff --git a/.github/workflows/Beep Pad Build.yml b/.github/workflows/Beep Pad Build.yml index f68111e8..c8910aeb 100644 --- a/.github/workflows/Beep Pad Build.yml +++ b/.github/workflows/Beep Pad Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Beep Pad\Beep Pad.csproj" --configuration Release diff --git a/.github/workflows/Binaries Deploy.yml b/.github/workflows/Binaries Deploy.yml index 44717371..2fbae6d3 100644 --- a/.github/workflows/Binaries Deploy.yml +++ b/.github/workflows/Binaries Deploy.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: dotnet publish win-x64 run: dotnet publish dotnet-console-games.slnf --output bin/win-x64 --configuration Release -p:PublishSingleFile=true --runtime win-x64 --self-contained -p:DebugType=embedded -p:PublishTrimmed=true - name: dotnet publish osx-x64 diff --git a/.github/workflows/Blackjack Build.yml b/.github/workflows/Blackjack Build.yml index 3aa74b49..1cadee4e 100644 --- a/.github/workflows/Blackjack Build.yml +++ b/.github/workflows/Blackjack Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Blackjack\Blackjack.csproj" --configuration Release diff --git a/.github/workflows/Bound Build.yml b/.github/workflows/Bound Build.yml index 6252cf97..ea90f2e4 100644 --- a/.github/workflows/Bound Build.yml +++ b/.github/workflows/Bound Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Bound\Bound.csproj" --configuration Release diff --git a/.github/workflows/Checkers Build.yml b/.github/workflows/Checkers Build.yml index a820c57b..0ee839e1 100644 --- a/.github/workflows/Checkers Build.yml +++ b/.github/workflows/Checkers Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Checkers\Checkers.csproj" --configuration Release diff --git a/.github/workflows/Clicker Build.yml b/.github/workflows/Clicker Build.yml index 889b7698..06d272d1 100644 --- a/.github/workflows/Clicker Build.yml +++ b/.github/workflows/Clicker Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Clicker\Clicker.csproj" --configuration Release diff --git a/.github/workflows/Connect 4 Build.yml b/.github/workflows/Connect 4 Build.yml index a4a5b0a2..6de917c0 100644 --- a/.github/workflows/Connect 4 Build.yml +++ b/.github/workflows/Connect 4 Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Connect 4\Connect 4.csproj" --configuration Release diff --git a/.github/workflows/Console Monsters Build.yml b/.github/workflows/Console Monsters Build.yml index dc62e75b..1b3b440d 100644 --- a/.github/workflows/Console Monsters Build.yml +++ b/.github/workflows/Console Monsters Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Console Monsters\Console Monsters.csproj" --configuration Release diff --git a/.github/workflows/Darts Build.yml b/.github/workflows/Darts Build.yml index bccfbb25..103f8ac1 100644 --- a/.github/workflows/Darts Build.yml +++ b/.github/workflows/Darts Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Darts\Darts.csproj" --configuration Release diff --git a/.github/workflows/Dice Game Build.yml b/.github/workflows/Dice Game Build.yml index 9a2993d2..b53caa6a 100644 --- a/.github/workflows/Dice Game Build.yml +++ b/.github/workflows/Dice Game Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Dice Game\Dice Game.csproj" --configuration Release diff --git a/.github/workflows/Draw Build.yml b/.github/workflows/Draw Build.yml index 05b54b48..4daf7206 100644 --- a/.github/workflows/Draw Build.yml +++ b/.github/workflows/Draw Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Draw\Draw.csproj" --configuration Release diff --git a/.github/workflows/Drive Build.yml b/.github/workflows/Drive Build.yml index 40ee2bb9..6a8d1600 100644 --- a/.github/workflows/Drive Build.yml +++ b/.github/workflows/Drive Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Drive\Drive.csproj" --configuration Release diff --git a/.github/workflows/Duck Hunt Build.yml b/.github/workflows/Duck Hunt Build.yml index 71aeb9c1..eeb4eadb 100644 --- a/.github/workflows/Duck Hunt Build.yml +++ b/.github/workflows/Duck Hunt Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Duck Hunt\Duck Hunt.csproj" --configuration Release diff --git a/.github/workflows/Fighter Build.yml b/.github/workflows/Fighter Build.yml index 2f5ed7e9..0cc42711 100644 --- a/.github/workflows/Fighter Build.yml +++ b/.github/workflows/Fighter Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Fighter\Fighter.csproj" --configuration Release diff --git a/.github/workflows/Flappy Bird Build.yml b/.github/workflows/Flappy Bird Build.yml index fbb899cb..0c538a67 100644 --- a/.github/workflows/Flappy Bird Build.yml +++ b/.github/workflows/Flappy Bird Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Flappy Bird\Flappy Bird.csproj" --configuration Release diff --git a/.github/workflows/Flash Cards Build.yml b/.github/workflows/Flash Cards Build.yml index d0a6fbc6..1e802c0f 100644 --- a/.github/workflows/Flash Cards Build.yml +++ b/.github/workflows/Flash Cards Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Flash Cards\Flash Cards.csproj" --configuration Release diff --git a/.github/workflows/Gravity Build.yml b/.github/workflows/Gravity Build.yml index e072c3aa..11ccee5b 100644 --- a/.github/workflows/Gravity Build.yml +++ b/.github/workflows/Gravity Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Gravity\Gravity.csproj" --configuration Release diff --git a/.github/workflows/Guess A Number Build.yml b/.github/workflows/Guess A Number Build.yml index cd18dbc0..141dbbce 100644 --- a/.github/workflows/Guess A Number Build.yml +++ b/.github/workflows/Guess A Number Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Guess A Number\Guess A Number.csproj" --configuration Release diff --git a/.github/workflows/Hangman Build.yml b/.github/workflows/Hangman Build.yml index e98cccd6..dd6ef616 100644 --- a/.github/workflows/Hangman Build.yml +++ b/.github/workflows/Hangman Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Hangman\Hangman.csproj" --configuration Release diff --git a/.github/workflows/Helicopter Build.yml b/.github/workflows/Helicopter Build.yml index 3e35763b..6c3e8bb0 100644 --- a/.github/workflows/Helicopter Build.yml +++ b/.github/workflows/Helicopter Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Helicopter\Helicopter.csproj" --configuration Release diff --git a/.github/workflows/Hurdles Build.yml b/.github/workflows/Hurdles Build.yml index b4bc4a89..821fe9b6 100644 --- a/.github/workflows/Hurdles Build.yml +++ b/.github/workflows/Hurdles Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Hurdles\Hurdles.csproj" --configuration Release diff --git a/.github/workflows/Mancala Build.yml b/.github/workflows/Mancala Build.yml index 4d189a8b..056fe8e7 100644 --- a/.github/workflows/Mancala Build.yml +++ b/.github/workflows/Mancala Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Mancala\Mancala.csproj" --configuration Release diff --git a/.github/workflows/Maze Build.yml b/.github/workflows/Maze Build.yml index 10e9c619..d5189a20 100644 --- a/.github/workflows/Maze Build.yml +++ b/.github/workflows/Maze Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Maze\Maze.csproj" --configuration Release diff --git a/.github/workflows/Memory Build.yml b/.github/workflows/Memory Build.yml index 137c9288..d6f8c18e 100644 --- a/.github/workflows/Memory Build.yml +++ b/.github/workflows/Memory Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Memory\Memory.csproj" --configuration Release diff --git a/.github/workflows/Minesweeper Build.yml b/.github/workflows/Minesweeper Build.yml index 5084395d..09d80bb9 100644 --- a/.github/workflows/Minesweeper Build.yml +++ b/.github/workflows/Minesweeper Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Minesweeper\Minesweeper.csproj" --configuration Release diff --git a/.github/workflows/Oligopoly Build.yml b/.github/workflows/Oligopoly Build.yml index 4a5285d2..dd3a2402 100644 --- a/.github/workflows/Oligopoly Build.yml +++ b/.github/workflows/Oligopoly Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Oligopoly\Oligopoly.csproj" --configuration Release diff --git a/.github/workflows/PacMan Build.yml b/.github/workflows/PacMan Build.yml index 9f44339f..5fe8ef9b 100644 --- a/.github/workflows/PacMan Build.yml +++ b/.github/workflows/PacMan Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\PacMan\PacMan.csproj" --configuration Release diff --git a/.github/workflows/Pong Build.yml b/.github/workflows/Pong Build.yml index 8df9297f..00458eda 100644 --- a/.github/workflows/Pong Build.yml +++ b/.github/workflows/Pong Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Pong\Pong.csproj" --configuration Release diff --git a/.github/workflows/Quick Draw Build.yml b/.github/workflows/Quick Draw Build.yml index 9bc03736..1240095c 100644 --- a/.github/workflows/Quick Draw Build.yml +++ b/.github/workflows/Quick Draw Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Quick Draw\Quick Draw.csproj" --configuration Release diff --git a/.github/workflows/Rock Paper Scissors Build.yml b/.github/workflows/Rock Paper Scissors Build.yml index 777da82e..85090d8c 100644 --- a/.github/workflows/Rock Paper Scissors Build.yml +++ b/.github/workflows/Rock Paper Scissors Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Rock Paper Scissors\Rock Paper Scissors.csproj" --configuration Release diff --git a/.github/workflows/Role Playing Game Build.yml b/.github/workflows/Role Playing Game Build.yml index c0e1aeca..3ead89d4 100644 --- a/.github/workflows/Role Playing Game Build.yml +++ b/.github/workflows/Role Playing Game Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Role Playing Game\Role Playing Game.csproj" --configuration Release diff --git a/.github/workflows/Roll And Move Build.yml b/.github/workflows/Roll And Move Build.yml index f23140b3..ec64bbea 100644 --- a/.github/workflows/Roll And Move Build.yml +++ b/.github/workflows/Roll And Move Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Roll And Move\Roll And Move.csproj" --configuration Release diff --git a/.github/workflows/Rythm Build.yml b/.github/workflows/Rythm Build.yml index 6b054092..d4576992 100644 --- a/.github/workflows/Rythm Build.yml +++ b/.github/workflows/Rythm Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Rythm\Rythm.csproj" --configuration Release diff --git a/.github/workflows/Shmup Build.yml b/.github/workflows/Shmup Build.yml index 1740e45f..7eab43b3 100644 --- a/.github/workflows/Shmup Build.yml +++ b/.github/workflows/Shmup Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Shmup\Shmup.csproj" --configuration Release diff --git a/.github/workflows/Simon Build.yml b/.github/workflows/Simon Build.yml index fe1ffd00..3a19f415 100644 --- a/.github/workflows/Simon Build.yml +++ b/.github/workflows/Simon Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Simon\Simon.csproj" --configuration Release diff --git a/.github/workflows/Sliding Puzzle Build.yml b/.github/workflows/Sliding Puzzle Build.yml index 36d2d959..6884131a 100644 --- a/.github/workflows/Sliding Puzzle Build.yml +++ b/.github/workflows/Sliding Puzzle Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Sliding Puzzle\Sliding Puzzle.csproj" --configuration Release diff --git a/.github/workflows/Snake Build.yml b/.github/workflows/Snake Build.yml index 33a14407..52c41322 100644 --- a/.github/workflows/Snake Build.yml +++ b/.github/workflows/Snake Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Snake\Snake.csproj" --configuration Release diff --git a/.github/workflows/Sudoku Build.yml b/.github/workflows/Sudoku Build.yml index 62bd6b08..b8019b64 100644 --- a/.github/workflows/Sudoku Build.yml +++ b/.github/workflows/Sudoku Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Sudoku\Sudoku.csproj" --configuration Release diff --git a/.github/workflows/Tanks Build.yml b/.github/workflows/Tanks Build.yml index 11147291..26b997b0 100644 --- a/.github/workflows/Tanks Build.yml +++ b/.github/workflows/Tanks Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Tanks\Tanks.csproj" --configuration Release diff --git a/.github/workflows/Tents Build.yml b/.github/workflows/Tents Build.yml index b750b451..4856dbd4 100644 --- a/.github/workflows/Tents Build.yml +++ b/.github/workflows/Tents Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Tents\Tents.csproj" --configuration Release diff --git a/.github/workflows/Tetris Build.yml b/.github/workflows/Tetris Build.yml index a2ced14f..e85f0d03 100644 --- a/.github/workflows/Tetris Build.yml +++ b/.github/workflows/Tetris Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Tetris\Tetris.csproj" --configuration Release diff --git a/.github/workflows/Tic Tac Toe Build.yml b/.github/workflows/Tic Tac Toe Build.yml index ac9bfc34..985c14ef 100644 --- a/.github/workflows/Tic Tac Toe Build.yml +++ b/.github/workflows/Tic Tac Toe Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Tic Tac Toe\Tic Tac Toe.csproj" --configuration Release diff --git a/.github/workflows/Tower Of Hanoi Build.yml b/.github/workflows/Tower Of Hanoi Build.yml index 2f218e9c..022562ca 100644 --- a/.github/workflows/Tower Of Hanoi Build.yml +++ b/.github/workflows/Tower Of Hanoi Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Tower Of Hanoi\Tower Of Hanoi.csproj" --configuration Release diff --git a/.github/workflows/Tug Of War Build.yml b/.github/workflows/Tug Of War Build.yml index 698f3053..ba01cda5 100644 --- a/.github/workflows/Tug Of War Build.yml +++ b/.github/workflows/Tug Of War Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Tug Of War\Tug Of War.csproj" --configuration Release diff --git a/.github/workflows/Type Build.yml b/.github/workflows/Type Build.yml index 12b32173..8f1d80c9 100644 --- a/.github/workflows/Type Build.yml +++ b/.github/workflows/Type Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Type\Type.csproj" --configuration Release diff --git a/.github/workflows/Website Build.yml b/.github/workflows/Website Build.yml index 74e97120..05c7c35e 100644 --- a/.github/workflows/Website Build.yml +++ b/.github/workflows/Website Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Website\Website.csproj" --configuration Release diff --git a/.github/workflows/Website Deploy.yml b/.github/workflows/Website Deploy.yml index 56df7dfc..3ef26db5 100644 --- a/.github/workflows/Website Deploy.yml +++ b/.github/workflows/Website Deploy.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: publish website run: dotnet publish Projects/Website/Website.csproj --configuration Release - name: index.html base tag diff --git a/.github/workflows/Whack A Mole Build.yml b/.github/workflows/Whack A Mole Build.yml index 9400f706..bd8dc8e1 100644 --- a/.github/workflows/Whack A Mole Build.yml +++ b/.github/workflows/Whack A Mole Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Whack A Mole\Whack A Mole.csproj" --configuration Release diff --git a/.github/workflows/Wordle Build.yml b/.github/workflows/Wordle Build.yml index 10f96bdf..76293441 100644 --- a/.github/workflows/Wordle Build.yml +++ b/.github/workflows/Wordle Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Wordle\Wordle.csproj" --configuration Release diff --git a/.github/workflows/Wumpus World Build.yml b/.github/workflows/Wumpus World Build.yml index 057e8742..e1bcb1ce 100644 --- a/.github/workflows/Wumpus World Build.yml +++ b/.github/workflows/Wumpus World Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Wumpus World\Wumpus World.csproj" --configuration Release diff --git a/.github/workflows/Yahtzee Build.yml b/.github/workflows/Yahtzee Build.yml index d582c73e..dbfa34b4 100644 --- a/.github/workflows/Yahtzee Build.yml +++ b/.github/workflows/Yahtzee Build.yml @@ -16,5 +16,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - run: dotnet build "Projects\Yahtzee\Yahtzee.csproj" --configuration Release