CheckCircuit – Blame information for rev 3
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
2 | office | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | |||
3 | <PropertyGroup> |
||
4 | <OutputType>Exe</OutputType> |
||
3 | office | 5 | <TargetFramework>net6.0</TargetFramework> |
2 | office | 6 | </PropertyGroup> |
7 | |||
8 | <ItemGroup> |
||
9 | <PackageReference Include="CommandLineParser" Version="2.9.1" /> |
||
10 | </ItemGroup> |
||
11 | |||
12 | </Project> |