cs-codex-dist-tests/ProjectPlugins/CodexContractsPlugin/CodexContractsPlugin.csproj

20 lines
551 B
XML
Raw Permalink Normal View History

2023-09-15 14:27:08 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-08-30 08:27:03 +00:00
<ItemGroup>
<PackageReference Include="Nethereum.Generators" Version="4.21.4" />
<PackageReference Include="Nethereum.Generators.Net" Version="4.21.4" />
</ItemGroup>
2023-09-15 14:27:08 +00:00
<ItemGroup>
2023-09-20 08:59:52 +00:00
<ProjectReference Include="..\..\Framework\Core\Core.csproj" />
2023-09-15 14:27:08 +00:00
<ProjectReference Include="..\GethPlugin\GethPlugin.csproj" />
</ItemGroup>
</Project>