mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-16 23:10:13 +02:00
13 lines
274 B
XML
13 lines
274 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CommandLineParser" Version="2.8.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|