refactor: moved serialization into core project

This commit is contained in:
2025-04-25 22:20:27 +03:00
parent 791349686b
commit fb363970fc
25 changed files with 65 additions and 63 deletions

View File

@@ -7,4 +7,8 @@
<RootNamespace>Syntriax.Engine.Core</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\YamlDotNet\YamlDotNet\YamlDotNet.csproj" />
</ItemGroup>
</Project>