Rewrite for own cbor lib

This commit is contained in:
2025-07-15 17:10:12 +03:00
parent 17a6d3aad6
commit 153272a1fa
3 changed files with 12 additions and 6 deletions
+8 -4
View File
@@ -21,10 +21,6 @@
<ProjectReference Include="..\mROA\mROA.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Formats.Cbor" Version="9.0.2" />
</ItemGroup>
<ItemGroup>
<None Update="mroaLogo.png">
<Pack>True</Pack>
@@ -32,4 +28,12 @@
</None>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Formats.Cbor.dll"></Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Micial.Cbor" Version="9.0.7" />
</ItemGroup>
</Project>