diff --git a/.github/workflows/github-actions-build.yml b/.github/workflows/github-actions-build.yml index aff1d543..03bca93c 100644 --- a/.github/workflows/github-actions-build.yml +++ b/.github/workflows/github-actions-build.yml @@ -18,9 +18,9 @@ jobs: - name: Setup Nuget uses: Nuget/setup-nuget@v1 - name: Setup dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: - dotnet-version: '5.0.x' + dotnet-version: '9.0.x' - uses: actions/cache@v3 with: path: ~/.nuget/packages @@ -53,7 +53,7 @@ jobs: move "${{ env.BUILD_DIR }}\MtApiServiceNetCore.dll" "${{ env.WORK_DIR }}\artifacts\client\MtApiServiceNetCore.dll" move "${{ env.WORK_DIR }}\build\installers\Release\*.msi" "${{ env.WORK_DIR }}\artifacts\installers\" - name: PR artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 env: WORK_DIR: ${{ github.workspace }} BUILD_DIR: ${{ github.workspace }}\build\products\Release diff --git a/MTApiService/MTApiService.csproj b/MTApiService/MTApiService.csproj index 95734972..5d25f0cb 100755 --- a/MTApiService/MTApiService.csproj +++ b/MTApiService/MTApiService.csproj @@ -44,26 +44,9 @@ MtApiKey.snk - - true - ..\build\products\Debug\ - DEBUG;TRACE - full - x64 - 7.3 - prompt - - - ..\build\products\Release\ - true - pdbonly - x64 - 7.3 - prompt - - - ..\packages\log4net.2.0.15\lib\net45\log4net.dll + + ..\packages\log4net.3.0.4\lib\net462\log4net.dll @@ -114,12 +97,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +