-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
24 lines (24 loc) · 1.15 KB
/
Directory.Packages.props
File metadata and controls
24 lines (24 loc) · 1.15 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
<Project>
<!-- DO NOT EDIT: dotnet-common-props/properties convention -->
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<CentralPackageFloatingVersionsEnabled>true</CentralPackageFloatingVersionsEnabled>
</PropertyGroup>
<!-- END DO NOT EDIT -->
<ItemGroup>
<PackageVersion Include="Facility.CodeGen.Console" Version="2.19.0" />
<PackageVersion Include="Facility.Definition" Version="2.19.0" />
<PackageVersion Include="FluentAssertions" Version="7.2.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
<PackageVersion Include="NUnit" Version="4.6.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="6.2.0" />
</ItemGroup>
<!-- DO NOT EDIT: dotnet-common-props/analyzers convention -->
<ItemGroup>
<GlobalPackageReference Include="Faithlife.Analyzers" Version="1.*" />
<GlobalPackageReference Include="NUnit.Analyzers" Version="4.*" />
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.*-*" />
</ItemGroup>
<!-- END DO NOT EDIT -->
</Project>