fix: Fixes dictionary codegen (#844)
* Fixes code gen with .net 6 by not using .net 6 * Fixes dictionary codegen * Fixes kvp codegen
This commit is contained in:
parent
c31bf20d0e
commit
78f587f496
7 changed files with 112 additions and 76 deletions
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- task: NuGetAuthenticate@0
|
||||
- script: ./publish.cmd Release win
|
||||
displayName: 'Build'
|
||||
- script: dotnet test --no-restore
|
||||
- script: dotnet test --no-restore --framework net6.0
|
||||
displayName: 'Test'
|
||||
|
||||
- job: BuildLinux
|
||||
|
|
@ -76,5 +76,5 @@ jobs:
|
|||
- task: NuGetAuthenticate@0
|
||||
- script: ./publish.cmd Release $(os)
|
||||
displayName: 'Build'
|
||||
- script: dotnet test --no-restore
|
||||
- script: dotnet test --no-restore --framework net6.0
|
||||
displayName: 'Test'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue