Skip to content

Commit

Permalink
SharpArch 2.0.4, Newtonsoft.Json 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seif committed Apr 30, 2012
1 parent 082fba2 commit bf9ad95
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 33 deletions.
Expand Up @@ -74,19 +74,19 @@
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\..\Packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.0.8.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Packages\Newtonsoft.Json.4.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\Packages\Newtonsoft.Json.4.5.4\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=3.3.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Packages\NHibernate.3.3.0.4000\lib\Net35\NHibernate.dll</HintPath>
</Reference>
<Reference Include="SharpArch.Domain, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Packages\SharpArch.Domain.2.0.3\lib\NET40\SharpArch.Domain.dll</HintPath>
<HintPath>..\..\Packages\SharpArch.Domain.2.0.4\lib\NET40\SharpArch.Domain.dll</HintPath>
</Reference>
<Reference Include="SharpArch.NHibernate, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Packages\SharpArch.NHibernate.2.0.3\lib\NET40\SharpArch.NHibernate.dll</HintPath>
<HintPath>..\..\Packages\SharpArch.NHibernate.2.0.4\lib\NET40\SharpArch.NHibernate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
6 changes: 3 additions & 3 deletions Solutions/SharpArchContrib.Castle/packages.config
Expand Up @@ -5,8 +5,8 @@
<package id="CommonServiceLocator" version="1.0" />
<package id="FluentNHibernate" version="1.3.0.727" />
<package id="Iesi.Collections" version="3.2.0.4000" />
<package id="Newtonsoft.Json" version="4.0.8" />
<package id="Newtonsoft.Json" version="4.5.4" />
<package id="NHibernate" version="3.3.0.4000" />
<package id="SharpArch.Domain" version="2.0.3" />
<package id="SharpArch.NHibernate" version="2.0.3" />
<package id="SharpArch.Domain" version="2.0.4" />
<package id="SharpArch.NHibernate" version="2.0.4" />
</packages>
7 changes: 4 additions & 3 deletions Solutions/SharpArchContrib.Core/SharpArchContrib.Core.csproj
Expand Up @@ -68,11 +68,12 @@
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\Packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.0.7.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\Packages\Newtonsoft.Json.4.0.7\lib\net40\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Packages\Newtonsoft.Json.4.5.4\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="SharpArch.Domain, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Packages\SharpArch.Domain.2.0.2\lib\NET40\SharpArch.Domain.dll</HintPath>
<HintPath>..\..\Packages\SharpArch.Domain.2.0.4\lib\NET40\SharpArch.Domain.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
6 changes: 3 additions & 3 deletions Solutions/SharpArchContrib.Core/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommonServiceLocator" version="1.0" />
<package id="log4net" version="1.2.10" allowedVersions="[1.2.10]"/>
<package id="Newtonsoft.Json" version="4.0.7" />
<package id="SharpArch.Domain" version="2.0.2" />
<package id="log4net" version="1.2.10" allowedVersions="[1.2.10]" />
<package id="Newtonsoft.Json" version="4.5.4" />
<package id="SharpArch.Domain" version="2.0.4" />
</packages>
8 changes: 4 additions & 4 deletions Solutions/SharpArchContrib.Data/SharpArchContrib.Data.csproj
Expand Up @@ -71,19 +71,19 @@
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\..\Packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.0.8.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Packages\Newtonsoft.Json.4.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\Packages\Newtonsoft.Json.4.5.4\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=3.3.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Packages\NHibernate.3.3.0.4000\lib\Net35\NHibernate.dll</HintPath>
</Reference>
<Reference Include="SharpArch.Domain, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Packages\SharpArch.Domain.2.0.3\lib\NET40\SharpArch.Domain.dll</HintPath>
<HintPath>..\..\Packages\SharpArch.Domain.2.0.4\lib\NET40\SharpArch.Domain.dll</HintPath>
</Reference>
<Reference Include="SharpArch.NHibernate, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Packages\SharpArch.NHibernate.2.0.3\lib\NET40\SharpArch.NHibernate.dll</HintPath>
<HintPath>..\..\Packages\SharpArch.NHibernate.2.0.4\lib\NET40\SharpArch.NHibernate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
6 changes: 3 additions & 3 deletions Solutions/SharpArchContrib.Data/packages.config
Expand Up @@ -4,8 +4,8 @@
<package id="FluentNHibernate" version="1.3.0.727" />
<package id="Iesi.Collections" version="3.2.0.4000" />
<package id="log4net" version="1.2.10" allowedVersions="[1.2.10]" />
<package id="Newtonsoft.Json" version="4.0.8" />
<package id="Newtonsoft.Json" version="4.5.4" />
<package id="NHibernate" version="3.3.0.4000" />
<package id="SharpArch.Domain" version="2.0.3" />
<package id="SharpArch.NHibernate" version="2.0.3" />
<package id="SharpArch.Domain" version="2.0.4" />
<package id="SharpArch.NHibernate" version="2.0.4" />
</packages>
16 changes: 8 additions & 8 deletions Solutions/SharpArchContrib.Tests/SharpArchContrib.Tests.csproj
Expand Up @@ -111,9 +111,9 @@
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\..\Packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.0.8.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Packages\Newtonsoft.Json.4.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\Packages\Newtonsoft.Json.4.5.4\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=3.3.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -125,17 +125,17 @@
<Reference Include="PostSharp">
<HintPath>..\..\Packages\PostSharp.2.1.5.1\lib\net20\PostSharp.dll</HintPath>
</Reference>
<Reference Include="Rhino.Mocks">
<HintPath>..\..\Packages\RhinoMocks.3.6\lib\Rhino.Mocks.dll</HintPath>
<Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<HintPath>..\..\Packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="SharpArch.Domain, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Packages\SharpArch.Domain.2.0.3\lib\NET40\SharpArch.Domain.dll</HintPath>
<HintPath>..\..\Packages\SharpArch.Domain.2.0.4\lib\NET40\SharpArch.Domain.dll</HintPath>
</Reference>
<Reference Include="SharpArch.NHibernate, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Packages\SharpArch.NHibernate.2.0.3\lib\NET40\SharpArch.NHibernate.dll</HintPath>
<HintPath>..\..\Packages\SharpArch.NHibernate.2.0.4\lib\NET40\SharpArch.NHibernate.dll</HintPath>
</Reference>
<Reference Include="SharpArch.Testing.NUnit">
<HintPath>..\..\Packages\SharpArch.Testing.NUnit.2.0.2\lib\NET40\SharpArch.Testing.NUnit.dll</HintPath>
<Reference Include="SharpArch.Testing.NUnit, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Packages\SharpArch.Testing.NUnit.2.0.4\lib\NET40\SharpArch.Testing.NUnit.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
10 changes: 5 additions & 5 deletions Solutions/SharpArchContrib.Tests/packages.config
Expand Up @@ -7,12 +7,12 @@
<package id="FluentNHibernate" version="1.3.0.727" />
<package id="Iesi.Collections" version="3.2.0.4000" />
<package id="log4net" version="1.2.10" allowedVersions="[1.2.10]" />
<package id="Newtonsoft.Json" version="4.0.8" />
<package id="Newtonsoft.Json" version="4.5.4" />
<package id="NHibernate" version="3.3.0.4000" />
<package id="NUnitLib" version="2.5.10.11092" />
<package id="RhinoMocks" version="3.6" />
<package id="SharpArch.Domain" version="2.0.3" />
<package id="SharpArch.NHibernate" version="2.0.3" />
<package id="SharpArch.Testing.NUnit" version="2.0.2" />
<package id="RhinoMocks" version="3.6.1" />
<package id="SharpArch.Domain" version="2.0.4" />
<package id="SharpArch.NHibernate" version="2.0.4" />
<package id="SharpArch.Testing.NUnit" version="2.0.4" />
<package id="SQLitex64" version="1.0.66" />
</packages>

0 comments on commit bf9ad95

Please sign in to comment.