-
-
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.15 KB
/
Directory.Packages.props
File metadata and controls
21 lines (21 loc) · 1.15 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.0.3" />
<GlobalPackageReference Include="GitVersion.MsBuild" Version="6.3.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="4.14.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" />
<GlobalPackageReference Include="NetEvolve.Defaults" Version="1.3.115" />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.13.0.120203" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="NetEvolve.Extensions.TUnit" Version="2.6.26" />
<PackageVersion Include="System.Memory" Version="4.6.3" />
<PackageVersion Include="TUnit" Version="0.25.21" />
</ItemGroup>
</Project>