Use .NET 6 for building
This commit is contained in:
Родитель
7ac4360a99
Коммит
f6cc833ca2
|
@ -16,6 +16,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
|
||||
- name: Set up Python ${{ matrix.python }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
|
Загрузка…
Ссылка в новой задаче