-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
23 lines (20 loc) · 1.03 KB
/
Directory.Packages.props
File metadata and controls
23 lines (20 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<PropertyGroup>
<!-- Enable Central Package Management -->
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageFloatingVersionsEnabled>true</CentralPackageFloatingVersionsEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.*" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.*" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.*" />
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerGen" Version="10.1.*" />
<PackageVersion Include="Microsoft.OpenApi" Version="2.6.*" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.*" />
<PackageVersion Include="Verify.SourceGenerators" Version="2.5.*" />
<PackageVersion Include="Verify.Xunit" Version="31.12.5" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
</ItemGroup>
</Project>