2
0
mirror of synced 2025-01-12 17:44:08 +00:00
cs-codex-dist-tests/CodexNetDeployer/CodexNetDeployer.csproj

16 lines
409 B
XML
Raw Normal View History

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