generated from dailydevops/template-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
21 lines (21 loc) · 1.14 KB
/
Directory.Packages.props
File metadata and controls
21 lines (21 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<GlobalPackageReference Include="CSharpier.MSBuild" Version="1.2.6" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="4.14.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.103" />
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" />
<GlobalPackageReference Include="NetEvolve.Defaults" Version="1.5.174" />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.20.0.135146" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="NetEvolve.Arguments" Version="3.2.0" />
<PackageVersion Include="NetEvolve.Extensions.TUnit" Version="3.5.3" />
<PackageVersion Include="Polyfill" Version="9.18.0" />
<PackageVersion Include="TUnit" Version="1.19.0" />
</ItemGroup>
</Project>