1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-24 20:23:24 +00:00

Bump target framework to netcoreapp3.1 (#1817)

Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2022-02-28 20:04:09 +01:00
committed by GitHub
parent 4a508ea7a2
commit 2076c11cbd
2 changed files with 2 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ jobs:
|| (github.ref == 'refs/heads/rc' && needs.setup.outputs.hotfix_branch_exists == 0)
|| github.ref == 'refs/heads/hotfix'
run: |
PUBLISHER_PATH="$GITHUB_WORKSPACE/store/google/Publisher/bin/Release/netcoreapp2.0/Publisher.dll"
PUBLISHER_PATH="$GITHUB_WORKSPACE/store/google/Publisher/bin/Release/netcoreapp3.1/Publisher.dll"
CREDS_PATH="$HOME/secrets/play_creds.json"
AAB_PATH="$GITHUB_WORKSPACE/com.x8bit.bitwarden.aab"
TRACK="internal"