2
0
mirror of synced 2025-02-16 18:37:01 +00:00
cs-codex-dist-tests/CodexContractsPlugin/CodexContractsPlugin.csproj
2023-09-15 16:27:08 +02:00

15 lines
358 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
<ProjectReference Include="..\GethPlugin\GethPlugin.csproj" />
</ItemGroup>
</Project>