* Initial changes to target .NET 7

* Update Directory.Build.props

* Update publish.yml

* Limit max publish jobs further
This commit is contained in:
Łukasz Domeradzki
2022-11-14 23:38:56 +01:00
committed by GitHub
parent 27e63c3849
commit 8bf2504acf
6 changed files with 21 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ on: [push, pull_request]
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_NOLOGO: true
DOTNET_SDK_VERSION: 6.0.x
DOTNET_SDK_VERSION: 7.0.x
jobs:
main: