diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 94cc859f..9ce09235 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -38,6 +38,12 @@ jobs: version: ${{ github.event.inputs.version_number }} file_path: "./package-lock.json" + - name: Bump Version - csproj + uses: bitwarden/gh-actions/version-bump@03ad9a873c39cdc95dd8d77dbbda67f84db43945 + with: + version: ${{ github.event.inputs.version_number }} + file_path: "./dotnet-src/Web/Web.csproj" + - name: Commit files run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" diff --git a/dotnet-src/Web/Web.csproj b/dotnet-src/Web/Web.csproj index fd947339..a7a59f6d 100644 --- a/dotnet-src/Web/Web.csproj +++ b/dotnet-src/Web/Web.csproj @@ -3,7 +3,7 @@ false net5.0 - 1.47.2 + 2.27.0 Bit.$(MSBuildProjectName) true