Skip to content

Commit 465c5ab

Browse files
committed
#52: Upgraded to ABP v0.10.
1 parent c9d9c21 commit 465c5ab

File tree

34 files changed

+1135
-364
lines changed

34 files changed

+1135
-364
lines changed

src/AbpCompanyName.AbpProjectName.Application/AbpCompanyName.AbpProjectName.Application.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Abp, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.9.5.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.10.0.1, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.10.0.1\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.AutoMapper, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.AutoMapper.0.9.5.0\lib\net452\Abp.AutoMapper.dll</HintPath>
40+
<Reference Include="Abp.AutoMapper, Version=0.10.0.1, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.AutoMapper.0.10.0.1\lib\net452\Abp.AutoMapper.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
44-
<Reference Include="Abp.Zero, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Zero.0.9.4.0\lib\net452\Abp.Zero.dll</HintPath>
44+
<Reference Include="Abp.Zero, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.Zero.0.10.0.0\lib\net452\Abp.Zero.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="AutoMapper, Version=4.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
@@ -65,8 +65,8 @@
6565
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
68-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
68+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
7272
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
@@ -82,8 +82,8 @@
8282
<Private>True</Private>
8383
</Reference>
8484
<Reference Include="System" />
85-
<Reference Include="System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
86-
<HintPath>..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
85+
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
86+
<HintPath>..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
8787
<Private>True</Private>
8888
</Reference>
8989
<Reference Include="System.ComponentModel.DataAnnotations" />
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.9.5.0" targetFramework="net452" />
4-
<package id="Abp.AutoMapper" version="0.9.5.0" targetFramework="net452" />
5-
<package id="Abp.Zero" version="0.9.4.0" targetFramework="net452" />
3+
<package id="Abp" version="0.10.0.1" targetFramework="net452" />
4+
<package id="Abp.AutoMapper" version="0.10.0.1" targetFramework="net452" />
5+
<package id="Abp.Zero" version="0.10.0.0" targetFramework="net452" />
66
<package id="AutoMapper" version="4.1.1" targetFramework="net452" />
77
<package id="Castle.Core" version="3.3.3" targetFramework="net452" />
88
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net452" />
99
<package id="Castle.Windsor" version="3.3.0" targetFramework="net452" />
1010
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net452" />
11-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net452" />
11+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
1212
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net452" />
13-
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net452" />
13+
<package id="System.Collections.Immutable" version="1.2.0" targetFramework="net452" />
1414
</packages>

src/AbpCompanyName.AbpProjectName.Core/AbpCompanyName.AbpProjectName.Core.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Abp, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.9.5.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.10.0.1, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.10.0.1\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.Zero, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.Zero.0.9.4.0\lib\net452\Abp.Zero.dll</HintPath>
40+
<Reference Include="Abp.Zero, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.Zero.0.10.0.0\lib\net452\Abp.Zero.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
@@ -57,8 +57,8 @@
5757
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
60-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
61-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
60+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
61+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
6464
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
@@ -74,8 +74,8 @@
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="System" />
77-
<Reference Include="System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
78-
<HintPath>..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
77+
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
78+
<HintPath>..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
7979
<Private>True</Private>
8080
</Reference>
8181
<Reference Include="System.ComponentModel.DataAnnotations" />
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.9.5.0" targetFramework="net452" />
4-
<package id="Abp.Zero" version="0.9.4.0" targetFramework="net452" />
3+
<package id="Abp" version="0.10.0.1" targetFramework="net452" />
4+
<package id="Abp.Zero" version="0.10.0.0" targetFramework="net452" />
55
<package id="Castle.Core" version="3.3.3" targetFramework="net452" />
66
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net452" />
77
<package id="Castle.Windsor" version="3.3.0" targetFramework="net452" />
88
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net452" />
9-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net452" />
9+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
1010
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net452" />
11-
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net452" />
11+
<package id="System.Collections.Immutable" version="1.2.0" targetFramework="net452" />
1212
</packages>

src/AbpCompanyName.AbpProjectName.EntityFramework/AbpCompanyName.AbpProjectName.EntityFramework.csproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Abp, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.9.5.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.10.0.1, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.10.0.1\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.EntityFramework, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.EntityFramework.0.9.5.0\lib\net452\Abp.EntityFramework.dll</HintPath>
40+
<Reference Include="Abp.EntityFramework, Version=0.10.0.1, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.EntityFramework.0.10.0.1\lib\net452\Abp.EntityFramework.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
44-
<Reference Include="Abp.EntityFramework.Common, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.EntityFramework.Common.0.9.5.0\lib\net452\Abp.EntityFramework.Common.dll</HintPath>
44+
<Reference Include="Abp.EntityFramework.Common, Version=0.10.0.1, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.EntityFramework.Common.0.10.0.1\lib\net452\Abp.EntityFramework.Common.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
48-
<Reference Include="Abp.Zero, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Abp.Zero.0.9.4.0\lib\net452\Abp.Zero.dll</HintPath>
48+
<Reference Include="Abp.Zero, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>..\packages\Abp.Zero.0.10.0.0\lib\net452\Abp.Zero.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
52-
<Reference Include="Abp.Zero.EntityFramework, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Abp.Zero.EntityFramework.0.9.4.0\lib\net452\Abp.Zero.EntityFramework.dll</HintPath>
52+
<Reference Include="Abp.Zero.EntityFramework, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
53+
<HintPath>..\packages\Abp.Zero.EntityFramework.0.10.0.0\lib\net452\Abp.Zero.EntityFramework.dll</HintPath>
5454
<Private>True</Private>
5555
</Reference>
5656
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
@@ -69,8 +69,8 @@
6969
<SpecificVersion>False</SpecificVersion>
7070
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
7171
</Reference>
72-
<Reference Include="EntityFramework.DynamicFilters, Version=1.4.10.2, Culture=neutral, processorArchitecture=MSIL">
73-
<HintPath>..\packages\EntityFramework.DynamicFilters.1.4.10.2\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
72+
<Reference Include="EntityFramework.DynamicFilters, Version=2.1.0.0, Culture=neutral, PublicKeyToken=146423a1b8d60775, processorArchitecture=MSIL">
73+
<HintPath>..\packages\EntityFramework.DynamicFilters.2.1.0\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
@@ -81,8 +81,8 @@
8181
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
8282
<Private>True</Private>
8383
</Reference>
84-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
85-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
84+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
85+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
8686
<Private>True</Private>
8787
</Reference>
8888
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
@@ -98,8 +98,8 @@
9898
<Private>True</Private>
9999
</Reference>
100100
<Reference Include="System" />
101-
<Reference Include="System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
102-
<HintPath>..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
101+
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
102+
<HintPath>..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
103103
<Private>True</Private>
104104
</Reference>
105105
<Reference Include="System.ComponentModel.DataAnnotations" />

src/AbpCompanyName.AbpProjectName.EntityFramework/Migrations/SeedData/DefaultLanguagesCreator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private void CreateLanguages()
4646

4747
private void AddLanguageIfNotExists(ApplicationLanguage language)
4848
{
49-
if (_context.Languages.Any(l => l.TenantId == language.TenantId && l.Name == language.Name))
49+
if (_context.Languages.Any(l => l.TenantId == null && l.Name == language.Name))
5050
{
5151
return;
5252
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.9.5.0" targetFramework="net452" />
4-
<package id="Abp.EntityFramework" version="0.9.5.0" targetFramework="net452" />
5-
<package id="Abp.EntityFramework.Common" version="0.9.5.0" targetFramework="net452" />
6-
<package id="Abp.Zero" version="0.9.4.0" targetFramework="net452" />
7-
<package id="Abp.Zero.EntityFramework" version="0.9.4.0" targetFramework="net452" />
3+
<package id="Abp" version="0.10.0.1" targetFramework="net452" />
4+
<package id="Abp.EntityFramework" version="0.10.0.1" targetFramework="net452" />
5+
<package id="Abp.EntityFramework.Common" version="0.10.0.1" targetFramework="net452" />
6+
<package id="Abp.Zero" version="0.10.0.0" targetFramework="net452" />
7+
<package id="Abp.Zero.EntityFramework" version="0.10.0.0" targetFramework="net452" />
88
<package id="Castle.Core" version="3.3.3" targetFramework="net452" />
99
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net452" />
1010
<package id="Castle.Windsor" version="3.3.0" targetFramework="net452" />
1111
<package id="EntityFramework" version="6.1.3" targetFramework="net452" />
12-
<package id="EntityFramework.DynamicFilters" version="1.4.10.2" targetFramework="net452" />
12+
<package id="EntityFramework.DynamicFilters" version="2.1.0" targetFramework="net452" />
1313
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net452" />
14-
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net452" />
14+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
1515
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net452" />
16-
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net452" />
16+
<package id="System.Collections.Immutable" version="1.2.0" targetFramework="net452" />
1717
</packages>

src/AbpCompanyName.AbpProjectName.NHibernate/AbpCompanyName.AbpProjectName.NHibernate.csproj

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Abp, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Abp.0.9.5.0\lib\net452\Abp.dll</HintPath>
36+
<Reference Include="Abp, Version=0.10.0.1, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Abp.0.10.0.1\lib\net452\Abp.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Abp.FluentMigrator, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.FluentMigrator.0.9.5.0\lib\net452\Abp.FluentMigrator.dll</HintPath>
40+
<Reference Include="Abp.FluentMigrator, Version=0.10.0.1, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.FluentMigrator.0.10.0.1\lib\net452\Abp.FluentMigrator.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
44-
<Reference Include="Abp.NHibernate, Version=0.9.5.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.NHibernate.0.9.5.0\lib\net452\Abp.NHibernate.dll</HintPath>
44+
<Reference Include="Abp.NHibernate, Version=0.10.0.1, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.NHibernate.0.10.0.1\lib\net452\Abp.NHibernate.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
48-
<Reference Include="Abp.Zero, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Abp.Zero.0.9.4.0\lib\net452\Abp.Zero.dll</HintPath>
48+
<Reference Include="Abp.Zero, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>..\packages\Abp.Zero.0.10.0.0\lib\net452\Abp.Zero.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
52-
<Reference Include="Abp.Zero.NHibernate, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Abp.Zero.NHibernate.0.9.4.0\lib\net452\Abp.Zero.NHibernate.dll</HintPath>
52+
<Reference Include="Abp.Zero.NHibernate, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
53+
<HintPath>..\packages\Abp.Zero.NHibernate.0.10.0.0\lib\net452\Abp.Zero.NHibernate.dll</HintPath>
5454
<Private>True</Private>
5555
</Reference>
5656
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
@@ -81,8 +81,8 @@
8181
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
8282
<Private>True</Private>
8383
</Reference>
84-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
85-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
84+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
85+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
8686
<Private>True</Private>
8787
</Reference>
8888
<Reference Include="NHibernate, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
@@ -102,8 +102,8 @@
102102
<Private>True</Private>
103103
</Reference>
104104
<Reference Include="System" />
105-
<Reference Include="System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
106-
<HintPath>..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
105+
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
106+
<HintPath>..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
107107
<Private>True</Private>
108108
</Reference>
109109
<Reference Include="System.ComponentModel.DataAnnotations" />

0 commit comments

Comments
 (0)