mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-02 21:43:08 +00:00
21 lines
620 B
XML
21 lines
620 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Nethereum.Generators" Version="4.21.4" />
|
|
<PackageReference Include="Nethereum.Generators.Net" Version="4.21.4" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Framework\Core\Core.csproj" />
|
|
<ProjectReference Include="..\CodexClient\CodexClient.csproj" />
|
|
<ProjectReference Include="..\GethPlugin\GethPlugin.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|