Skip to content

Commit 7bd689d

Browse files
authored
Merge pull request #201 from aspnetboilerplate/pr/6479
Update nuget packages
2 parents 9bd91c1 + c713276 commit 7bd689d

File tree

22 files changed

+382
-200
lines changed

22 files changed

+382
-200
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="Abp, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Abp.7.1.0\lib\netstandard2.0\Abp.dll</HintPath>
39+
<Reference Include="Abp, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Abp.7.3.0\lib\netstandard2.0\Abp.dll</HintPath>
4141
</Reference>
42-
<Reference Include="Abp.AutoMapper, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Abp.AutoMapper.7.1.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
42+
<Reference Include="Abp.AutoMapper, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
43+
<HintPath>..\packages\Abp.AutoMapper.7.3.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
4444
</Reference>
45-
<Reference Include="Abp.Zero, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\Abp.Zero.7.1.0\lib\net461\Abp.Zero.dll</HintPath>
45+
<Reference Include="Abp.Zero, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\packages\Abp.Zero.7.3.0\lib\net461\Abp.Zero.dll</HintPath>
4747
</Reference>
48-
<Reference Include="Abp.Zero.Common, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Abp.Zero.Common.7.1.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
48+
<Reference Include="Abp.Zero.Common, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>..\packages\Abp.Zero.Common.7.3.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
5050
</Reference>
5151
<Reference Include="AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
5252
<HintPath>..\packages\AutoMapper.10.1.1\lib\net461\AutoMapper.dll</HintPath>

src/AbpCompanyName.AbpProjectName.Application/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="7.1.0" targetFramework="net461" />
4-
<package id="Abp.AutoMapper" version="7.1.0" targetFramework="net461" />
5-
<package id="Abp.Zero" version="7.1.0" targetFramework="net461" />
6-
<package id="Abp.Zero.Common" version="7.1.0" targetFramework="net461" />
3+
<package id="Abp" version="7.3.0" targetFramework="net461" />
4+
<package id="Abp.AutoMapper" version="7.3.0" targetFramework="net461" />
5+
<package id="Abp.Zero" version="7.3.0" targetFramework="net461" />
6+
<package id="Abp.Zero.Common" version="7.3.0" targetFramework="net461" />
77
<package id="AutoMapper" version="10.1.1" targetFramework="net461" />
88
<package id="AutoMapper.Collection" version="7.0.1" targetFramework="net461" />
99
<package id="Castle.Core" version="4.4.1" targetFramework="net461" />

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="Abp, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Abp.7.1.0\lib\netstandard2.0\Abp.dll</HintPath>
39+
<Reference Include="Abp, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Abp.7.3.0\lib\netstandard2.0\Abp.dll</HintPath>
4141
</Reference>
42-
<Reference Include="Abp.Zero, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Abp.Zero.7.1.0\lib\net461\Abp.Zero.dll</HintPath>
42+
<Reference Include="Abp.Zero, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
43+
<HintPath>..\packages\Abp.Zero.7.3.0\lib\net461\Abp.Zero.dll</HintPath>
4444
</Reference>
45-
<Reference Include="Abp.Zero.Common, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\Abp.Zero.Common.7.1.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
45+
<Reference Include="Abp.Zero.Common, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\packages\Abp.Zero.Common.7.3.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4949
<HintPath>..\packages\Castle.Core.4.4.1\lib\net45\Castle.Core.dll</HintPath>

src/AbpCompanyName.AbpProjectName.Core/AppVersionHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class AppVersionHelper
1313
/// Gets current version of the application.
1414
/// It's also shown in the web page.
1515
/// </summary>
16-
public const string Version = "7.1.0.0";
16+
public const string Version = "7.3.0.0";
1717

1818
/// <summary>
1919
/// Gets release (last build) date of the application.

src/AbpCompanyName.AbpProjectName.Core/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="7.1.0" targetFramework="net461" />
4-
<package id="Abp.Zero" version="7.1.0" targetFramework="net461" />
5-
<package id="Abp.Zero.Common" version="7.1.0" targetFramework="net461" />
3+
<package id="Abp" version="7.3.0" targetFramework="net461" />
4+
<package id="Abp.Zero" version="7.3.0" targetFramework="net461" />
5+
<package id="Abp.Zero.Common" version="7.3.0" targetFramework="net461" />
66
<package id="Castle.Core" version="4.4.1" targetFramework="net461" />
77
<package id="Castle.Core.AsyncInterceptor" version="2.1.0" targetFramework="net461" />
88
<package id="Castle.LoggingFacility" version="5.1.1" targetFramework="net461" />

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

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>
3939
<ItemGroup>
40-
<Reference Include="Abp, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Abp.7.1.0\lib\netstandard2.0\Abp.dll</HintPath>
40+
<Reference Include="Abp, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Abp.7.3.0\lib\netstandard2.0\Abp.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Abp.EntityFramework, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\packages\Abp.EntityFramework.7.1.0\lib\net461\Abp.EntityFramework.dll</HintPath>
43+
<Reference Include="Abp.EntityFramework, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
44+
<HintPath>..\packages\Abp.EntityFramework.7.3.0\lib\net461\Abp.EntityFramework.dll</HintPath>
4545
</Reference>
46-
<Reference Include="Abp.EntityFramework.Common, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
47-
<HintPath>..\packages\Abp.EntityFramework.Common.7.1.0\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
46+
<Reference Include="Abp.EntityFramework.Common, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
47+
<HintPath>..\packages\Abp.EntityFramework.Common.7.3.0\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
4848
</Reference>
49-
<Reference Include="Abp.Zero, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
50-
<HintPath>..\packages\Abp.Zero.7.1.0\lib\net461\Abp.Zero.dll</HintPath>
49+
<Reference Include="Abp.Zero, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
50+
<HintPath>..\packages\Abp.Zero.7.3.0\lib\net461\Abp.Zero.dll</HintPath>
5151
</Reference>
52-
<Reference Include="Abp.Zero.Common, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Abp.Zero.Common.7.1.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
52+
<Reference Include="Abp.Zero.Common, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
53+
<HintPath>..\packages\Abp.Zero.Common.7.3.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
5454
</Reference>
55-
<Reference Include="Abp.Zero.EntityFramework, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
56-
<HintPath>..\packages\Abp.Zero.EntityFramework.7.1.0\lib\net461\Abp.Zero.EntityFramework.dll</HintPath>
55+
<Reference Include="Abp.Zero.EntityFramework, Version=7.3.0.0, Culture=neutral, processorArchitecture=MSIL">
56+
<HintPath>..\packages\Abp.Zero.EntityFramework.7.3.0\lib\net461\Abp.Zero.EntityFramework.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
5959
<HintPath>..\packages\Castle.Core.4.4.1\lib\net45\Castle.Core.dll</HintPath>
@@ -324,6 +324,10 @@
324324
<Compile Include="Migrations\202106281034299_Upgrade_To_ABP_6_4_rc1.designer.cs">
325325
<DependentUpon>202106281034299_Upgrade_To_ABP_6_4_rc1.cs</DependentUpon>
326326
</Compile>
327+
<Compile Include="Migrations\202206221055273_Upgrade_To_ABP_7.3.cs" />
328+
<Compile Include="Migrations\202206221055273_Upgrade_To_ABP_7.3.designer.cs">
329+
<DependentUpon>202206221055273_Upgrade_To_ABP_7.3.cs</DependentUpon>
330+
</Compile>
327331
<Compile Include="Migrations\AbpZeroDbMigrator.cs" />
328332
<Compile Include="Migrations\Configuration.cs" />
329333
<Compile Include="Migrations\SeedData\DefaultEditionsCreator.cs" />
@@ -394,6 +398,9 @@
394398
<EmbeddedResource Include="Migrations\202106281034299_Upgrade_To_ABP_6_4_rc1.resx">
395399
<DependentUpon>202106281034299_Upgrade_To_ABP_6_4_rc1.cs</DependentUpon>
396400
</EmbeddedResource>
401+
<EmbeddedResource Include="Migrations\202206221055273_Upgrade_To_ABP_7.3.resx">
402+
<DependentUpon>202206221055273_Upgrade_To_ABP_7.3.cs</DependentUpon>
403+
</EmbeddedResource>
397404
</ItemGroup>
398405
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
399406
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />

src/AbpCompanyName.AbpProjectName.EntityFramework/Migrations/202206221055273_Upgrade_To_ABP_7.3.Designer.cs

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
namespace AbpCompanyName.AbpProjectName.Migrations
2+
{
3+
using System;
4+
using System.Data.Entity.Migrations;
5+
6+
public partial class Upgrade_To_ABP_73 : DbMigration
7+
{
8+
public override void Up()
9+
{
10+
AddColumn("dbo.AbpNotifications", "TargetNotifiers", c => c.String());
11+
AddColumn("dbo.AbpUserNotifications", "TargetNotifiers", c => c.String());
12+
}
13+
14+
public override void Down()
15+
{
16+
DropColumn("dbo.AbpUserNotifications", "TargetNotifiers");
17+
DropColumn("dbo.AbpNotifications", "TargetNotifiers");
18+
}
19+
}
20+
}

src/AbpCompanyName.AbpProjectName.EntityFramework/Migrations/202206221055273_Upgrade_To_ABP_7.3.resx

Lines changed: 126 additions & 0 deletions
Large diffs are not rendered by default.

src/AbpCompanyName.AbpProjectName.EntityFramework/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="7.1.0" targetFramework="net461" />
4-
<package id="Abp.EntityFramework" version="7.1.0" targetFramework="net461" />
5-
<package id="Abp.EntityFramework.Common" version="7.1.0" targetFramework="net461" />
6-
<package id="Abp.Zero" version="7.1.0" targetFramework="net461" />
7-
<package id="Abp.Zero.Common" version="7.1.0" targetFramework="net461" />
8-
<package id="Abp.Zero.EntityFramework" version="7.1.0" targetFramework="net461" />
3+
<package id="Abp" version="7.3.0" targetFramework="net461" />
4+
<package id="Abp.EntityFramework" version="7.3.0" targetFramework="net461" />
5+
<package id="Abp.EntityFramework.Common" version="7.3.0" targetFramework="net461" />
6+
<package id="Abp.Zero" version="7.3.0" targetFramework="net461" />
7+
<package id="Abp.Zero.Common" version="7.3.0" targetFramework="net461" />
8+
<package id="Abp.Zero.EntityFramework" version="7.3.0" targetFramework="net461" />
99
<package id="Castle.Core" version="4.4.1" targetFramework="net461" />
1010
<package id="Castle.Core.AsyncInterceptor" version="2.1.0" targetFramework="net461" />
1111
<package id="Castle.LoggingFacility" version="5.1.1" targetFramework="net461" />

0 commit comments

Comments
 (0)