Change to IncludeSymbols

and Added Json2CSharpCodeGenerator.Console
This commit is contained in:
2022-08-13 16:20:35 -07:00
parent 8dfc8fe9b8
commit 8b36f3d30a
7 changed files with 151 additions and 16 deletions

View File

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
<LangVersion>10.0</LangVersion>
<Nullable>disable</Nullable>
<OutputType>WinExe</OutputType>