-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
26 lines (23 loc) · 1.18 KB
/
Directory.Packages.props
File metadata and controls
26 lines (23 loc) · 1.18 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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<IncludeLatestPreRelease>true</IncludeLatestPreRelease>
<CentralPackageFloatingVersionsEnabled>true</CentralPackageFloatingVersionsEnabled>
<FairmatDepsVersion>*-build*</FairmatDepsVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<FairmatDepsVersion>*</FairmatDepsVersion>
</PropertyGroup>
<ItemGroup Label="FairmatDeps">
<PackageVersion Include="Fairmat.Dvpl.DVPLDOM" Version="$(FairmatDepsVersion)" />
<PackageVersion Include="Fairmat.Dvpl.DVPLDOME" Version="$(FairmatDepsVersion)" />
<PackageVersion Include="Fairmat.Dvpl.DVPLI" Version="$(FairmatDepsVersion)" />
<PackageVersion Include="Fairmat.Dvpl.DVPLInterfaces" Version="$(FairmatDepsVersion)" />
<PackageVersion Include="Fairmat.Dvpl.DVPLSolverC" Version="$(FairmatDepsVersion)" />
<PackageVersion Include="Fairmat.Dvpl.DVPLUtils" Version="$(FairmatDepsVersion)" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Mono.Addins" Version="1.4.1" />
<PackageVersion Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
</Project>