-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
24 lines (24 loc) · 1.38 KB
/
Directory.Packages.props
File metadata and controls
24 lines (24 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<GlobalPackageReference Include="CSharpier.MSBuild" Version="1.2.6" />
<GlobalPackageReference Include="GitVersion.MsBuild" Version="6.7.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="4.14.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.203" />
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.203" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" />
<GlobalPackageReference Include="NetEvolve.Defaults" Version="2.2.0" />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.24.0.138807" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.6.2" />
<PackageVersion Include="NetEvolve.Extensions.TUnit" Version="3.5.238" />
<PackageVersion Include="System.Memory" Version="4.6.3" />
<PackageVersion Include="TUnit" Version="1.39.0" />
<PackageVersion Include="Verify.ParametersHashing" Version="1.0.0" />
<PackageVersion Include="Verify.TUnit" Version="31.16.2" />
</ItemGroup>
</Project>