diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e6f8404..b80429a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,16 +21,16 @@ jobs: - name: Fetch Submodules Recursively run: git submodule update --init --recursive - - name: .NET 6 Setup + - name: .NET 8 Setup uses: actions/setup-dotnet@v2 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: .NET Restore run: dotnet restore FModel - name: .NET Publish - run: dotnet publish FModel -c Release --no-self-contained -r win-x64 -f net6.0-windows -o "./FModel/bin/Publish/" -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:DebugType=None -p:GenerateDocumentationFile=false -p:DebugSymbols=false -p:AssemblyVersion=${{ github.event.inputs.appVersion }} -p:FileVersion=${{ github.event.inputs.appVersion }} + run: dotnet publish FModel -c Release --no-self-contained -r win-x64 -f net8.0-windows -o "./FModel/bin/Publish/" -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:DebugType=None -p:GenerateDocumentationFile=false -p:DebugSymbols=false -p:AssemblyVersion=${{ github.event.inputs.appVersion }} -p:FileVersion=${{ github.event.inputs.appVersion }} - name: ZIP File uses: papeloto/action-zip@v1 diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 70f2f7ae..d8e487e5 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -17,10 +17,10 @@ jobs: - name: Fetch Submodules Recursively run: git submodule update --init --recursive - - name: .NET 6 Setup + - name: .NET 8 Setup uses: actions/setup-dotnet@v2 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: .NET Restore run: dotnet restore FModel @@ -33,7 +33,7 @@ jobs: regex: '^(?[0-9])\.(?[0-9])\.(?[0-9])\.(?[0-9])$' - name: .NET Publish - run: dotnet publish FModel -c Release --no-self-contained -r win-x64 -f net6.0-windows -o "./FModel/bin/Publish/" -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:DebugType=None -p:GenerateDocumentationFile=false -p:DebugSymbols=false + run: dotnet publish FModel -c Release --no-self-contained -r win-x64 -f net8.0-windows -o "./FModel/bin/Publish/" -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:DebugType=None -p:GenerateDocumentationFile=false -p:DebugSymbols=false - name: ZIP File uses: papeloto/action-zip@v1 diff --git a/CUE4Parse b/CUE4Parse index 93067506..18e624a3 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 93067506661ec535ba6d443ee29b5cc336f018dc +Subproject commit 18e624a38c82efaf94161ee9e2982fa6a9de9d21 diff --git a/FModel/FModel.csproj b/FModel/FModel.csproj index 3bf68654..9fcc3f7c 100644 --- a/FModel/FModel.csproj +++ b/FModel/FModel.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net8.0-windows true FModel.ico 4.4.3.4