Add .NET 3.1 to fix Google Publisher project signing (#3024)

This commit is contained in:
Vince Grassia 2024-02-22 15:45:42 -05:00 committed by GitHub
parent eaa6844742
commit cf8d801c55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,9 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: '8.0.x'
dotnet-version: |
3.1.x
8.0.x
- name: Set up MSBuild
uses: microsoft/setup-msbuild@ede762b26a2de8d110bb5a3db4d7e0e080c0e917 # v1.3.3