feat: Updates to .NET Standard 2.1 source generators (#1602)

This commit is contained in:
Kamron Batman 2023-11-19 10:03:28 -08:00 committed by GitHub
parent 021ebd0a88
commit 0da6e46d67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"modernuoschemagenerator": {
"version": "2.8.0",
"version": "2.9.0",
"commands": [
"ModernUOSchemaGenerator"
]

View file

@ -37,8 +37,8 @@
<PackageReference Include="System.IO.Hashing" Version="8.0.0" />
<PackageReference Include="Zlib.Bindings" Version="1.11.0" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.8.0" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.7.2" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.9.0" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.9.0" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Migrations/*.v*.json" />

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.8.0" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.7.2" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.9.0" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.9.0" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Migrations/*.v*.json" />