-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
22 lines (19 loc) · 988 Bytes
/
Copy pathDirectory.Packages.props
File metadata and controls
22 lines (19 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<!-- Source Generators / Analyzers dependencies -->
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
<!-- Standard library helper for older targets (if needed, though standard 2.0 has basic JSON through packages) -->
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
<!-- Testing dependencies -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<!-- Web API sample dependencies -->
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.7.0" />
</ItemGroup>
</Project>