2020-04-22 13:41:45 -07:00
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup>
|
2022-03-23 16:25:20 -07:00
|
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
|
2023-06-19 09:44:22 -07:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.3" PrivateAssets="all" />
|
2023-05-24 14:10:52 -07:00
|
|
|
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="all" />
|
2022-03-23 16:25:20 -07:00
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
|
2020-04-22 13:41:45 -07:00
|
|
|
</ItemGroup>
|
2020-04-23 11:40:06 -07:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\stylecop.json" Visible="false" />
|
|
|
|
|
</ItemGroup>
|
2020-04-22 13:41:45 -07:00
|
|
|
</Project>
|