CheckCircuit – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 office 1 <Project Sdk="Microsoft.NET.Sdk">
2  
3 <PropertyGroup>
4 <OutputType>Exe</OutputType>
5 <TargetFramework>net5.0</TargetFramework>
6 </PropertyGroup>
7  
8 <ItemGroup>
9 <PackageReference Include="CommandLineParser" Version="2.9.1" />
10 </ItemGroup>
11  
12 </Project>