libragephoto: update .NET version to 0.6.1.4

- GitHub Actions: fix Windows .NET build (3rd try)
This commit is contained in:
Syping 2025-10-15 17:46:53 +02:00
parent a2e75a6b3e
commit e2a2c45313

View file

@ -69,7 +69,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Build Syping.RagePhoto.Core
run: msbuild ${{github.workspace}}\src\dotnet\Syping.RagePhoto.Core.csproj /t:pack /p:Configuration=${{env.BUILD_TYPE}}
run: msbuild ${{github.workspace}}\src\dotnet\Syping.RagePhoto.Core.csproj /t:restore /t:pack /p:Configuration=${{env.BUILD_TYPE}}
- name: Upload
uses: actions/upload-artifact@v4
with: