updating ci to net7

This commit is contained in:
Andy Pack 2022-11-09 22:45:00 +00:00
parent e4295c3a6c
commit 614819228b
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -9,12 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
dotnet-version: [ '6.0.x' ]
dotnet-version: [ '7.0.x' ]
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install Dependencies