add net6 targets (#745)
* add net6 targets * move to net6 builtin format * e2e target * make codeql happy
This commit is contained in:
5
.github/workflows/nuget.yaml
vendored
5
.github/workflows/nuget.yaml
vendored
@@ -24,6 +24,11 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
|
||||
- name: .NET 6.x SDK
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: dotnet restore
|
||||
run: dotnet restore --verbosity minimal --configfile nuget.config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user