2
0
mirror of synced 2025-02-22 21:18:15 +00:00
cs-codex-dist-tests/Tools/BittorrentDriver/BittorrentDriver.csproj

21 lines
657 B
XML
Raw Normal View History

2024-09-17 10:46:38 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2024-09-17 10:50:52 +02:00
<TargetFramework>net7.0</TargetFramework>
2024-09-17 10:46:38 +02:00
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>4d58719c-20df-4407-bfb4-0f65a324a118</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
2024-09-17 10:50:52 +02:00
<ProjectReference Include="..\..\Framework\FileUtils\FileUtils.csproj" />
2024-09-17 10:46:38 +02:00
</ItemGroup>
</Project>