cs-codex-dist-tests/Tests/Tests.csproj

24 lines
835 B
XML
Raw Normal View History

2023-03-17 09:05:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-05-02 02:20:43 +00:00
<TargetFramework>net7.0</TargetFramework>
2023-03-17 09:05:00 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-03-17 10:19:11 +00:00
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
2023-03-17 09:05:00 +00:00
</ItemGroup>
2023-03-21 12:20:21 +00:00
<ItemGroup>
2023-09-15 14:27:08 +00:00
<ProjectReference Include="..\CodexContractsPlugin\CodexContractsPlugin.csproj" />
<ProjectReference Include="..\CodexPlugin\CodexPlugin.csproj" />
2023-04-13 07:33:10 +00:00
<ProjectReference Include="..\DistTestCore\DistTestCore.csproj" />
2023-09-15 13:52:02 +00:00
<ProjectReference Include="..\GethPlugin\GethPlugin.csproj" />
2023-09-13 09:25:08 +00:00
<ProjectReference Include="..\MetricsPlugin\MetricsPlugin.csproj" />
2023-03-21 12:20:21 +00:00
</ItemGroup>
2023-03-17 09:05:00 +00:00
</Project>