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-03-09 23:26:40 -08:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1" PrivateAssets="all" />
|
2023-05-12 06:45:01 -07:00
|
|
|
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.132" 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>
|