cbor works

This commit is contained in:
2025-02-27 08:40:22 +03:00
parent 46732da780
commit 5718f9c313
10 changed files with 45 additions and 48 deletions
+8
View File
@@ -9,6 +9,14 @@
<LangVersion>9</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants />
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Example.Shared\Example.Shared.csproj" />
</ItemGroup>