Skip to content

Commit 38b1c81

Browse files
committed
More specific dependancy version.
1 parent 3ab4538 commit 38b1c81

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

src/NHibernate.PersistenceTesting.sln

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30128.74
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.PersistenceTesting", "NHibernate.PersistenceTesting\NHibernate.PersistenceTesting.csproj", "{6D4C7256-E8B1-402C-B8B0-4B7AED36FB55}"
77
EndProject
@@ -25,4 +25,7 @@ Global
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE
2727
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {1888FB58-71D1-4175-A89C-78EBBF5D520D}
30+
EndGlobalSection
2831
EndGlobal

src/NHibernate.PersistenceTesting/NHibernate.PersistenceTesting.csproj

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<AssemblyName>NHibernate.PersistenceTesting</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>
@@ -20,6 +21,7 @@
2021
<DefineConstants>DEBUG;TRACE</DefineConstants>
2122
<ErrorReport>prompt</ErrorReport>
2223
<WarningLevel>4</WarningLevel>
24+
<Prefer32Bit>false</Prefer32Bit>
2325
</PropertyGroup>
2426
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2527
<DebugType>pdbonly</DebugType>
@@ -28,6 +30,7 @@
2830
<DefineConstants>TRACE</DefineConstants>
2931
<ErrorReport>prompt</ErrorReport>
3032
<WarningLevel>4</WarningLevel>
33+
<Prefer32Bit>false</Prefer32Bit>
3134
</PropertyGroup>
3235
<ItemGroup>
3336
<Reference Include="Iesi.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
@@ -61,7 +64,9 @@
6164
<Compile Include="Values\ReferenceProperty.cs" />
6265
</ItemGroup>
6366
<ItemGroup>
64-
<None Include="packages.config" />
67+
<None Include="packages.config">
68+
<SubType>Designer</SubType>
69+
</None>
6570
</ItemGroup>
6671
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6772
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package allowedVersions="[4,)" id="Iesi.Collections" version="4.0.0.4000" targetFramework="net40" />
4-
<package allowedVersions="[4,)" id="NHibernate" version="4.0.0.4000" targetFramework="net40" />
3+
<package allowedVersions="[4.0.0.4000,)" id="Iesi.Collections" version="4.0.0.4000" targetFramework="net40" />
4+
<package allowedVersions="[4.0.0.4000,)" id="NHibernate" version="4.0.0.4000" targetFramework="net40" />
55
</packages>

0 commit comments

Comments
 (0)