-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
45 lines (37 loc) · 1.63 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
45 lines (37 loc) · 1.63 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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<!-- アナライザー -->
<ItemGroup>
<GlobalPackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59" />
<GlobalPackageReference Include="IDisposableAnalyzers" Version="4.0.8" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" />
<GlobalPackageReference Include="Roslynator.Analyzers" Version="4.15.0" />
<GlobalPackageReference Include="Roslynator.Formatting.Analyzers" Version="4.15.0" />
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
</ItemGroup>
<!-- ポリフィル -->
<ItemGroup>
<PackageVersion Include="PolySharp" Version="1.15.0" />
</ItemGroup>
<!-- ベンチマーク -->
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
</ItemGroup>
<!-- ソースジェネレーター -->
<ItemGroup>
<PackageVersion Include="FToolkit.AnalyzerUtilities" Version="0.1.0.4" />
<!--
バージョン5.0.0は、Visual Studio 2026 バージョン 18.0以降で動作する。
https://learn.microsoft.com/visualstudio/extensibility/roslyn-version-support
-->
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
</ItemGroup>
<!-- テスト -->
<ItemGroup>
<PackageVersion Include="TUnit" Version="1.40.10" />
<PackageVersion Include="TUnit.Assertions" Version="1.40.10" />
</ItemGroup>
</Project>