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
|
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
||||
<LangVersion>preview</LangVersion>
|
||||
<BuildOutputTargetFolder>analyzers</BuildOutputTargetFolder>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue