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

27 lines
1.2 KiB
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>
2024-05-21 14:10:14 +00:00
<ProjectReference Include="..\..\Framework\DiscordRewards\DiscordRewards.csproj" />
2023-09-20 08:59:52 +00:00
<ProjectReference Include="..\..\ProjectPlugins\CodexContractsPlugin\CodexContractsPlugin.csproj" />
2024-02-19 08:11:36 +00:00
<ProjectReference Include="..\..\ProjectPlugins\CodexDiscordBotPlugin\CodexDiscordBotPlugin.csproj" />
2023-09-20 08:59:52 +00:00
<ProjectReference Include="..\..\ProjectPlugins\CodexPlugin\CodexPlugin.csproj" />
<ProjectReference Include="..\..\ProjectPlugins\GethPlugin\GethPlugin.csproj" />
<ProjectReference Include="..\..\ProjectPlugins\MetricsPlugin\MetricsPlugin.csproj" />
2024-05-30 08:55:33 +00:00
<ProjectReference Include="..\..\Tools\TestNetRewarder\TestNetRewarder.csproj" />
2023-04-13 07:33:10 +00:00
<ProjectReference Include="..\DistTestCore\DistTestCore.csproj" />
2023-03-21 12:20:21 +00:00
</ItemGroup>
2023-03-17 09:05:00 +00:00
</Project>