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

23 lines
789 B
XML
Raw Normal View History

2023-04-12 11:53:55 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-05-02 02:20:43 +00:00
<TargetFramework>net7.0</TargetFramework>
2023-04-12 11:53:55 +00:00
<RootNamespace>DistTestCore</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.28.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2023-04-12 11:53:55 +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" />
</ItemGroup>
<ItemGroup>
2023-09-20 08:59:52 +00:00
<ProjectReference Include="..\..\Framework\Core\Core.csproj" />
<ProjectReference Include="..\..\Framework\FileUtils\FileUtils.csproj" />
2023-04-12 11:53:55 +00:00
</ItemGroup>
</Project>