-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
27 lines (22 loc) · 1.02 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
27 lines (22 loc) · 1.02 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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<!-- Analyzers -->
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.117" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.27.0.140913" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.15.0" />
<PackageVersion Include="AsyncFixer" Version="2.1.0" />
<!-- Source Generator -->
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
<!-- SourceLink -->
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.300" />
<!-- Testing -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
<PackageVersion Include="TUnit" Version="1.56.35" />
<!-- Testing - Source Generator -->
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.3.0" />
<PackageVersion Include="Basic.Reference.Assemblies.Net80" Version="1.8.9" />
</ItemGroup>
</Project>