-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
18 lines (18 loc) · 945 Bytes
/
Copy pathDirectory.Packages.props
File metadata and controls
18 lines (18 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Fody" Version="6.9.3" />
<PackageVersion Include="FodyHelpers" Version="6.9.3" />
<PackageVersion Include="FodyPackaging" Version="6.9.3" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="System.Security.Permissions" Version="10.0.12" />
<PackageVersion Include="System.Threading.AccessControl" Version="10.0.12" />
<!-- the TUnit metapackage is not used since it brings in a Mono.Cecil that conflicts with the Cecil used by Fody -->
<PackageVersion Include="TUnit.Core" Version="1.69.16" />
<PackageVersion Include="TUnit.Assertions" Version="1.69.21" />
<PackageVersion Include="TUnit.Engine" Version="1.69.21" />
<PackageVersion Include="Verify.TUnit" Version="33.1.4" />
</ItemGroup>
</Project>