mirror of
https://github.com/Smaug123/website-lint
synced 2025-10-13 10:48:39 +00:00
21 lines
571 B
XML
21 lines
571 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Result.fs" />
|
|
<Compile Include="Link.fs" />
|
|
<Compile Include="Program.fs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Argu" Version="6.1.1" />
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.43" />
|
|
<PackageReference Include="System.IO.Abstractions" Version="17.1.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|