fix: Fixes code gen of nested classes (#1190)
This commit is contained in:
parent
8479306279
commit
53ebc66a93
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"isRoot": true,
|
||||
"tools": {
|
||||
"modernuoschemagenerator": {
|
||||
"version": "2.4.2",
|
||||
"version": "2.4.3",
|
||||
"commands": [
|
||||
"ModernUOSchemaGenerator"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
<PackageReference Include="Zlib.Bindings" Version="1.9.2" />
|
||||
|
||||
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.2.0" />
|
||||
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.4.2" />
|
||||
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.4.3" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AdditionalFiles Include="Migrations/*.v*.json" />
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
<PackageReference Include="Zstd.Binaries" Version="1.4.0" />
|
||||
|
||||
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.2.0" />
|
||||
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.4.2" />
|
||||
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.4.3" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AdditionalFiles Include="Migrations/*.v*.json" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue