14 lines
327 B
XML
14 lines
327 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<RootNamespace>Tello_Drone</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DryIoc" Version="4.0.6" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|