fix: Fixes VS support by reverting source generators back to net standard 2.0 (#1609)

This commit is contained in:
Kamron Batman 2023-11-21 17:10:13 -08:00 committed by GitHub
parent d5253c2bae
commit d93e363017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -39,8 +39,8 @@
<PackageReference Include="Argon2.Bindings" Version="1.16.1" />
<PackageReference Include="Zstd.Binaries" Version="1.6.0" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.9.0" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.9.0" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.9.1" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.9.1" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Migrations/*.v*.json" />