diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26360ebcd..b37b09b55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: - "**.csproj" env: - DOTNET_VERSION: "7.0.102" + DOTNET_VERSION: "7.0.401" jobs: build: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aeb4f1b28..d9deafe45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: "Tagged Release" on: push: - branches: [ rel-7.3.3 ] + branches: [ rel-7.4.0 ] jobs: tagged-release: @@ -14,4 +14,4 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false - automatic_release_tag: "7.3.3" + automatic_release_tag: "7.4.0" diff --git a/common.props b/common.props index 71d73e502..5f6d08049 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 7.2.2 + 7.4.0 colin $(NoWarn);CS1591;CS0436;CS8618;NU1803 https://github.com/colinin/abp-next-admin diff --git a/gateways/common.props b/gateways/common.props index 2d0f10fd7..2073d0649 100644 --- a/gateways/common.props +++ b/gateways/common.props @@ -1,7 +1,7 @@ latest - 7.3.3 + 7.4.0 colin $(NoWarn);CS1591;CS0436;CS8618;NU1803 https://github.com/colinin/abp-next-admin