fix: Updates serialization generator (#1062)

Updates the serialization and schema generators to a considerably more optimized version.
This commit is contained in:
Kamron Batman 2022-06-13 23:28:33 -07:00 committed by GitHub
parent fd2d47cd75
commit 3594e97109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
<PackageReference Include="Nerdbank.GitVersioning" Condition="!Exists('packages.config')">
<Version>3.5.104</Version>
<Version>3.5.107</Version>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<AdditionalFiles Include="..\..\Rules.ruleset" />