-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
49 lines (47 loc) · 2.92 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
49 lines (47 loc) · 2.92 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<Project>
<PropertyGroup>
<!-- 👇 Use directory.packages.props for nuget package versions -->
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<!-- 👇 Enables central package transitive pinning to ensure consistent transitive dependencies across projects -->
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<GlobalPackageReference Include="CSharpier.MSBuild" Version="1.3.0" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.400" />
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
<PackageVersion Include="MSBuild.StructuredLogger" Version="2.3.246" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.9.0" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.11" />
<PackageVersion Include="MinVer" Version="7.0.0" />
<PackageVersion Include="xunit.v3.mtp-v2" Version="4.0.0" />
<!--
MTP extension versions exposed by Headless.NET.Sdk.Test. A consumer's Central Package
Management cannot govern SDK-injected references. Keep these pins synchronized with the
shipped version properties and package dependencies; VersionConsistencyTests enforces the
three-way contract.
-->
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="2.3.3" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.10.0" />
<PackageVersion Include="Microsoft.Testing.Extensions.CrashDump" Version="2.3.3" />
<PackageVersion Include="Microsoft.Testing.Extensions.HangDump" Version="2.3.3" />
<PackageVersion Include="Microsoft.Testing.Extensions.HotReload" Version="2.3.3" />
<PackageVersion Include="Microsoft.Testing.Extensions.Retry" Version="2.3.3" />
<!--
Mandatory analyzer versions injected by SupportImplicitAnalyzers.props. Same contract as
the MTP extensions above: keep these pins synchronized with the shipped version properties
and nuspec dependency ranges; VersionConsistencyTests enforces the three-way contract.
-->
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.200" />
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="5.6.0" />
<PackageVersion Include="AsyncFixer" Version="2.1.0" />
<PackageVersion Include="Asyncify" Version="0.9.7" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="18.7.23" />
<PackageVersion Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" />
<PackageVersion Include="Roslynator.Analyzers" Version="5.0.0" />
<PackageVersion Include="Roslynator.Formatting.Analyzers" Version="5.0.0" />
<PackageVersion Include="ReflectionAnalyzers" Version="0.3.1" />
<PackageVersion Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2" />
</ItemGroup>
</Project>