Upgrading dotnet version to 6.0.300 (#1947)

This commit is contained in:
Cheick Keita
2022-05-16 09:25:02 -07:00
committed by GitHub
parent 3dd27be55b
commit a3e63df18d
4 changed files with 4 additions and 4 deletions

View File

@ -262,7 +262,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.202'
dotnet-version: '6.0.300'
- name: Install dependencies
run: |
cd src/ApiService/