Files
Files/Files/Files.csproj
2021-04-07 07:19:32 +03:00

17 lines
591 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.78" />
<PackageReference Include="Mono.Posix.NETStandard" Version="5.20.1-preview" />
<PackageReference Include="Spectre.Console" Version="0.38.1-preview.0.24" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.0-preview.2.21154.2" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20574.7" />
</ItemGroup>
</Project>