change name and remove debug symbols on release

This commit is contained in:
zznty
2022-10-03 21:52:03 +07:00
parent 5e508600f9
commit 7136a93c76
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
<LangVersion>10</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Json.More.Net" Version="1.7.1" />
<PackageReference Include="JsonSchema.Net" Version="3.2.1" />