mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1018 B
23 lines
1018 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.24" />
|
|
<PackageReference Include="CommandDotNet" Version="3.6.0" />
|
|
<PackageReference Include="CommandDotNet.FluentValidation" Version="2.0.2" />
|
|
<PackageReference Include="CommandDotNet.IoC.MicrosoftDependencyInjection" Version="2.0.1" />
|
|
<PackageReference Include="ConsoleTables" Version="2.4.1" />
|
|
<PackageReference Include="CoreTweet" Version="1.0.0.483" />
|
|
<PackageReference Include="RefactoringEssentials" Version="5.6.0" PrivateAssets="all" />
|
|
<PackageReference Include="ResXResourceReader.NetStandard" Version="1.0.1" />
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<AdditionalFiles Include="..\..\..\stylecop.json" Link="stylecop.json" />
|
|
</ItemGroup>
|
|
</Project>
|
|
|