Skip to content

Commit

Permalink
moving all dependencies to be pulled from NuGet. NH version stays 3.3…
Browse files Browse the repository at this point in the history
….1 for the time being, MSpec, NUnit and RhinoMocks are upgraded to higher versions
  • Loading branch information
chester89 committed Feb 17, 2013
1 parent 0947013 commit 55fd0a0
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -24,3 +24,4 @@ build

*.swp
TestResult.xml
src/packages/
Expand Up @@ -32,8 +32,11 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="NHibernate">
<HintPath>..\..\tools\NHibernate\NHibernate.dll</HintPath>
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -54,6 +57,9 @@
<Name>FluentNHibernate</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
5 changes: 5 additions & 0 deletions src/FluentNHibernate.Specs.ExternalFixtures/packages.config
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net35" />
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35" />
</packages>
9 changes: 3 additions & 6 deletions src/FluentNHibernate.Specs/FluentNHibernate.Specs.csproj
Expand Up @@ -55,16 +55,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\Iesi.Collections.dll</HintPath>
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
</Reference>
<Reference Include="Machine.Specifications, Version=0.5.6.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Machine.Specifications.0.5.6.0\lib\net20\Machine.Specifications.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\NHibernate.dll</HintPath>
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
4 changes: 3 additions & 1 deletion src/FluentNHibernate.Specs/packages.config
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Machine.Specifications" version="0.5.6.0" />
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net35" />
<package id="Machine.Specifications" version="0.5.6.0" targetFramework="net35" />
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35" />
</packages>
Expand Up @@ -4,6 +4,7 @@
using FluentNHibernate.Conventions.Instances;
using FluentNHibernate.Conventions.Inspections;
using FluentNHibernate.Mapping;
using Machine.Specifications;
using NUnit.Framework;

namespace FluentNHibernate.Testing.ConventionFinderTests
Expand Down
32 changes: 21 additions & 11 deletions src/FluentNHibernate.Testing/FluentNHibernate.Testing.csproj
Expand Up @@ -58,21 +58,30 @@
</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Iesi.Collections, Version=1.0.0.3, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
</Reference>
<Reference Include="Machine.Specifications">
<HintPath>..\packages\Machine.Specifications.0.5.6.0\lib\net20\Machine.Specifications.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\Iesi.Collections.dll</HintPath>
<HintPath>..\packages\NUnit.2.5.7.10213\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=2.0.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<Reference Include="nunit.mocks, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\NHibernate.dll</HintPath>
<HintPath>..\packages\NUnit.2.5.7.10213\lib\nunit.mocks.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="pnunit.framework, Version=1.0.3865.21394, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\nunit\nunit.framework.dll</HintPath>
<HintPath>..\packages\NUnit.2.5.7.10213\lib\pnunit.framework.dll</HintPath>
</Reference>
<Reference Include="Rhino.Mocks, Version=3.5.0.1, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\rhino\Rhino.Mocks.dll</HintPath>
<HintPath>..\packages\RhinoMocks.3.6\lib\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down Expand Up @@ -101,9 +110,9 @@
<Compile Include="AutoMapping\Apm\AlterationCollectionTests.cs" />
<Compile Include="AutoMapping\Apm\AlterationTests.cs" />
<Compile Include="AutoMapping\Apm\ConcreteBaseClassTests.cs" />
<Compile Include="AutoMapping\Apm\Conventions\VersionConventionTests.cs" />
<Compile Include="AutoMapping\DefaultAutoMappingConfigurationTests.cs" />
<Compile Include="AutoMapping\Apm\IdentityTests.cs" />
<Compile Include="AutoMapping\Apm\Conventions\VersionConventionTests.cs" />
<Compile Include="AutoMapping\DefaultAutoMappingConfigurationTests.cs" />
<Compile Include="AutoMapping\Apm\IdentityTests.cs" />
<Compile Include="AutoMapping\Overrides\ReferenceComponentOverrides.cs" />
<Compile Include="AutoMapping\Overrides\AutoMappingOverrideAlterationTests.cs" />
<Compile Include="AutoMapping\Apm\CacheOverrideTests.cs" />
Expand Down Expand Up @@ -462,6 +471,7 @@
<Compile Include="MappingModel\Output\XmlNaturalIdWriterTester.cs" />
<Compile Include="MappingModel\SortingTests.cs" />
<Compile Include="Utils\TypeReferenceEnumTests.cs" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
Expand Down
@@ -1,5 +1,6 @@
using System;
using FluentNHibernate.Infrastructure;
using Machine.Specifications;
using NUnit.Framework;

namespace FluentNHibernate.Testing.Infrastructure
Expand Down
8 changes: 8 additions & 0 deletions src/FluentNHibernate.Testing/packages.config
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net35" />
<package id="Machine.Specifications" version="0.5.6.0" targetFramework="net35" />
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35" />
<package id="NUnit" version="2.5.7.10213" targetFramework="net35" />
<package id="RhinoMocks" version="3.6" targetFramework="net35" />
</packages>
11 changes: 5 additions & 6 deletions src/FluentNHibernate/FluentNHibernate.csproj
Expand Up @@ -59,13 +59,11 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Iesi.Collections, Version=1.0.0.3, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\Iesi.Collections.dll</HintPath>
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=2.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\NHibernate.dll</HintPath>
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
Expand Down Expand Up @@ -769,6 +767,7 @@
<Link>nhibernate-mapping.xsd</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<None Include="..\FluentKey.snk">
Expand Down
5 changes: 5 additions & 0 deletions src/FluentNHibernate/packages.config
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net35" />
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35" />
</packages>
3 changes: 3 additions & 0 deletions src/packages/repositories.config
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\FluentNHibernate.Specs.ExternalFixtures\packages.config" />
<repository path="..\FluentNHibernate.Specs\packages.config" />
<repository path="..\FluentNHibernate.Testing\packages.config" />
<repository path="..\FluentNHibernate\packages.config" />
</repositories>

0 comments on commit 55fd0a0

Please sign in to comment.