diff --git a/.github/workflows/buildAndPublish.yml b/.github/workflows/buildAndPublish.yml index ea957dc..4016bd3 100644 --- a/.github/workflows/buildAndPublish.yml +++ b/.github/workflows/buildAndPublish.yml @@ -23,17 +23,17 @@ jobs: - { name: Windows VS2022, os: windows-2022 } - { name: MacOS, os: macos-12 } dotnet: - - { name: .NET 7, version: '7.0.x' } + - { name: .NET 8, version: '8.0.x' } steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' - name: Setup .NET ${{ matrix.dotnet.version }} SDK id: setup-dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ matrix.dotnet.version }} - name: Enforce SDK Version @@ -50,7 +50,7 @@ jobs: run: dotnet pack -c Release FauFau/FauFau.csproj --output ${{ env.NuGetDirectory }} - name: Publish NuGet package as artifact if: ${{ matrix.platform.name == 'Linux' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: FauFau.nupkg if-no-files-found: error @@ -63,7 +63,7 @@ jobs: needs: [ build ] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: FauFau.nupkg path: ${{ env.NuGetDirectory }} diff --git a/FauFau/FauFau.csproj b/FauFau/FauFau.csproj index 326b799..7fe9efe 100644 --- a/FauFau/FauFau.csproj +++ b/FauFau/FauFau.csproj @@ -1,14 +1,14 @@  - net7.0 + net8.0 AnyCPU;x86;x64 true https://github.com/themeldingwars/FauFau - 1.2.1 - 1.2.1 - 1.2.1 - 1.2.1 + 1.3.1 + 1.3.1 + 1.3.1 + 1.3.1 9 TheMeldingWars FauFau is a library for manipulating FireFall's various file formats and protocols @@ -55,8 +55,8 @@ - - + + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index d1dff63..774c66b 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 9 @@ -11,7 +11,7 @@ - +