diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5fe86b3..a63a4e8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ on: - main jobs: publish: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: NuGet/setup-nuget@v1 diff --git a/Directory.Build.props b/Directory.Build.props index b09fafe..67f0071 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 7.1.0 + 7.2.1 diff --git a/common.props b/common.props index c949316..ee6b344 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 1.11.0 + 1.12.0 $(NoWarn);CS1591 true EasyAbp Team