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

15 lines
358 B
XML
Raw 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>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
<ProjectReference Include="..\GethPlugin\GethPlugin.csproj" />
</ItemGroup>
</Project>