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

16 lines
409 B
XML
Raw Normal View History

2023-06-22 06:29:33 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-06-22 07:51:25 +00:00
<ItemGroup>
2023-06-26 11:58:41 +00:00
<ProjectReference Include="..\ArgsUniform\ArgsUniform.csproj" />
2023-06-22 07:51:25 +00:00
<ProjectReference Include="..\DistTestCore\DistTestCore.csproj" />
</ItemGroup>
2023-06-22 06:29:33 +00:00
</Project>