-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathParent.Directory.Packages.props
More file actions
83 lines (83 loc) · 4.1 KB
/
Copy pathParent.Directory.Packages.props
File metadata and controls
83 lines (83 loc) · 4.1 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<Project>
<PropertyGroup>
<BuiltInMonoRepo>false</BuiltInMonoRepo>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AnalysisMode>Recommended</AnalysisMode>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IsPackable>false</IsPackable>
</PropertyGroup>
<!-- Project packages -->
<ItemGroup>
<PackageVersion Include="Cutout" Version="1.0.0" Condition="$(BuiltInMonoRepo) != 'true'" />
<PackageVersion Include="Humanizer.Core" Version="2.14.1" />
<PackageVersion Include="Pasted" Version="1.0.0" Condition="$(BuiltInMonoRepo) != 'true'" />
<PackageVersion Include="Polyfill" Version="8.9.1" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.103" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.3" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="TypeNameFormatter.Sources" Version="1.1.2" />
<PackageVersion Include="ValueTaskSupplement" Version="1.1.0" />
<PackageVersion Include="Docfx.Common" Version="2.78.4" />
<PackageVersion Include="Docfx.Plugins" Version="2.78.4" />
<PackageVersion Include="Docfx.DataContracts.Common" Version="2.78.4" />
<PackageVersion Include="System.Composition" Version="9.0.0" />
</ItemGroup>
<!-- Test packages -->
<ItemGroup>
<PackageVersion
Include="BunsenBurner"
Version="7.0.1"
Condition="$(BuiltInMonoRepo) != 'true'"
/>
<PackageVersion
Include="Docfx.ResultSnippets"
Version="2.0.0"
Condition="$(BuiltInMonoRepo) != 'true'"
/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.4.1" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.3" />
<PackageVersion Include="Polly" Version="8.6.2" />
<PackageVersion Include="Verify.SourceGenerators" Version="2.5.0" />
<PackageVersion Include="Verify.XunitV3" Version="31.13.2" />
<PackageVersion Include="xunit.v3.mtp-v2" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.3" />
</ItemGroup>
<!-- Benchmark packages -->
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
<PackageVersion Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.15.8" />
</ItemGroup>
<!-- Pinned Transitive packages -->
<ItemGroup>
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageVersion Include="System.Formats.Asn1" Version="8.0.2" />
</ItemGroup>
<!-- Shared analysers -->
<ItemGroup>
<GlobalPackageReference Include="AsyncFixer" Version="1.6.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</GlobalPackageReference>
<GlobalPackageReference Include="Meziantou.Analyzer" Version="2.0.210">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</GlobalPackageReference>
<GlobalPackageReference Include="Roslynator.Analyzers" Version="4.14.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</GlobalPackageReference>
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.15.0.120848">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</GlobalPackageReference>
</ItemGroup>
</Project>