2
0
mirror of synced 2025-01-10 08:36:13 +00:00

27 lines
1.2 KiB
XML
Raw Normal View History

2023-03-17 10:05:00 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-05-02 12:20:43 +10:00
<TargetFramework>net7.0</TargetFramework>
2023-03-17 10:05:00 +01:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-03-17 11:19:11 +01: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 10:05:00 +01:00
</ItemGroup>
2023-03-21 13:20:21 +01:00
<ItemGroup>
2024-05-21 16:10:14 +02:00
<ProjectReference Include="..\..\Framework\DiscordRewards\DiscordRewards.csproj" />
2023-09-20 10:59:52 +02:00
<ProjectReference Include="..\..\ProjectPlugins\CodexContractsPlugin\CodexContractsPlugin.csproj" />
2024-02-19 09:11:36 +01:00
<ProjectReference Include="..\..\ProjectPlugins\CodexDiscordBotPlugin\CodexDiscordBotPlugin.csproj" />
2023-09-20 10:59:52 +02:00
<ProjectReference Include="..\..\ProjectPlugins\CodexPlugin\CodexPlugin.csproj" />
<ProjectReference Include="..\..\ProjectPlugins\GethPlugin\GethPlugin.csproj" />
<ProjectReference Include="..\..\ProjectPlugins\MetricsPlugin\MetricsPlugin.csproj" />
2024-05-30 10:55:33 +02:00
<ProjectReference Include="..\..\Tools\TestNetRewarder\TestNetRewarder.csproj" />
2023-04-13 09:33:10 +02:00
<ProjectReference Include="..\DistTestCore\DistTestCore.csproj" />
2023-03-21 13:20:21 +01:00
</ItemGroup>
2023-03-17 10:05:00 +01:00
</Project>