Skip to content

Commit

Permalink
Merge pull request #108 from aspnetboilerplate/pr/6385
Browse files Browse the repository at this point in the history
Upgrade Abp packages to v7.1.0
  • Loading branch information
ismcagdas authored Feb 14, 2022
2 parents 4e47c5a + f73bb88 commit ad38a8d
Show file tree
Hide file tree
Showing 16 changed files with 119 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.7.0.0\lib\netstandard2.0\Abp.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.7.1.0\lib\netstandard2.0\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.AutoMapper, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.AutoMapper.7.0.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp.AutoMapper, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.AutoMapper.7.1.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
</Reference>
<Reference Include="AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<HintPath>..\packages\AutoMapper.10.1.1\lib\net461\AutoMapper.dll</HintPath>
Expand Down
10 changes: 5 additions & 5 deletions src/AbpCompanyName.AbpProjectName.Application/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="7.0.0" targetFramework="net461" />
<package id="Abp.AutoMapper" version="7.0.0" targetFramework="net461" />
<package id="Abp" version="7.1.0" targetFramework="net461" />
<package id="Abp.AutoMapper" version="7.1.0" targetFramework="net461" />
<package id="AutoMapper" version="10.1.1" targetFramework="net461" />
<package id="AutoMapper.Collection" version="7.0.1" targetFramework="net461" />
<package id="Castle.Core" version="4.4.1" targetFramework="net461" />
Expand All @@ -13,13 +13,13 @@
<package id="JetBrains.Annotations" version="2021.3.0" targetFramework="net461" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net452" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
<package id="Microsoft.Extensions.Caching.Memory" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Options" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net452" />
<package id="Microsoft.Extensions.Caching.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Caching.Memory" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Options" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Primitives" version="6.0.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
<package id="Nito.AsyncEx" version="5.1.2" targetFramework="net461" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.7.0.0\lib\netstandard2.0\Abp.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.7.1.0\lib\netstandard2.0\Abp.dll</HintPath>
</Reference>
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<HintPath>..\packages\Castle.Core.4.4.1\lib\net45\Castle.Core.dll</HintPath>
Expand Down
8 changes: 4 additions & 4 deletions src/AbpCompanyName.AbpProjectName.Core/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="7.0.0" targetFramework="net461" />
<package id="Abp" version="7.1.0" targetFramework="net461" />
<package id="Castle.Core" version="4.4.1" targetFramework="net461" />
<package id="Castle.Core.AsyncInterceptor" version="2.0.21-alpha" targetFramework="net461" />
<package id="Castle.LoggingFacility" version="5.1.1" targetFramework="net461" />
Expand All @@ -10,13 +10,13 @@
<package id="JetBrains.Annotations" version="2021.3.0" targetFramework="net461" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net452" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
<package id="Microsoft.Extensions.Caching.Memory" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Options" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net452" />
<package id="Microsoft.Extensions.Caching.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Caching.Memory" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Options" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Primitives" version="6.0.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
<package id="Nito.AsyncEx" version="5.1.2" targetFramework="net461" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,14 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.7.0.0\lib\netstandard2.0\Abp.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.7.1.0\lib\netstandard2.0\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.EntityFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.EntityFramework.7.0.0\lib\net461\Abp.EntityFramework.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp.EntityFramework, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.EntityFramework.7.1.0\lib\net461\Abp.EntityFramework.dll</HintPath>
</Reference>
<Reference Include="Abp.EntityFramework.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.EntityFramework.Common.7.0.0\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp.EntityFramework.Common, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.EntityFramework.Common.7.1.0\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
</Reference>
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<HintPath>..\packages\Castle.Core.4.4.1\lib\net45\Castle.Core.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="7.0.0" targetFramework="net461" />
<package id="Abp.EntityFramework" version="7.0.0" targetFramework="net461" />
<package id="Abp.EntityFramework.Common" version="7.0.0" targetFramework="net461" />
<package id="Abp" version="7.1.0" targetFramework="net461" />
<package id="Abp.EntityFramework" version="7.1.0" targetFramework="net461" />
<package id="Abp.EntityFramework.Common" version="7.1.0" targetFramework="net461" />
<package id="Castle.Core" version="4.4.1" targetFramework="net461" />
<package id="Castle.Core.AsyncInterceptor" version="2.0.21-alpha" targetFramework="net461" />
<package id="Castle.LoggingFacility" version="5.1.1" targetFramework="net461" />
Expand All @@ -14,13 +14,13 @@
<package id="JetBrains.Annotations" version="2021.3.0" targetFramework="net461" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net452" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
<package id="Microsoft.Extensions.Caching.Memory" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Options" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net452" />
<package id="Microsoft.Extensions.Caching.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Caching.Memory" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Options" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Primitives" version="6.0.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
<package id="Nito.AsyncEx" version="5.1.2" targetFramework="net461" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.7.0.0\lib\netstandard2.0\Abp.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.7.1.0\lib\netstandard2.0\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.FluentMigrator, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.FluentMigrator.7.0.0\lib\net461\Abp.FluentMigrator.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp.FluentMigrator, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.FluentMigrator.7.1.0\lib\net461\Abp.FluentMigrator.dll</HintPath>
</Reference>
<Reference Include="Abp.NHibernate, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.NHibernate.7.0.0\lib\netstandard2.0\Abp.NHibernate.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp.NHibernate, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.NHibernate.7.1.0\lib\netstandard2.0\Abp.NHibernate.dll</HintPath>
</Reference>
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
<HintPath>..\packages\Antlr3.Runtime.3.5.1\lib\net40-client\Antlr3.Runtime.dll</HintPath>
Expand Down
8 changes: 4 additions & 4 deletions src/AbpCompanyName.AbpProjectName.NHibernate/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="7.0.0" targetFramework="net461" />
<package id="Abp.FluentMigrator" version="7.0.0" targetFramework="net461" />
<package id="Abp.NHibernate" version="7.0.0" targetFramework="net461" />
<package id="Abp" version="7.1.0" targetFramework="net461" />
<package id="Abp.FluentMigrator" version="7.1.0" targetFramework="net461" />
<package id="Abp.NHibernate" version="7.1.0" targetFramework="net461" />
<package id="Antlr3.Runtime" version="3.5.1" targetFramework="net461" />
<package id="Azure.Core" version="1.21.0" targetFramework="net461" />
<package id="Azure.Identity" version="1.5.0" targetFramework="net461" />
Expand Down Expand Up @@ -78,8 +78,8 @@
<package id="System.Configuration.ConfigurationManager" version="6.0.0" targetFramework="net461" />
<package id="System.Data.Common" version="4.3.0" targetFramework="net461" />
<package id="System.Diagnostics.DiagnosticSource" version="6.0.0" targetFramework="net461" />
<package id="System.IO" version="4.3.0" targetFramework="net461" />
<package id="System.IdentityModel.Tokens.Jwt" version="6.15.0" targetFramework="net461" />
<package id="System.IO" version="4.3.0" targetFramework="net461" />
<package id="System.Linq.Dynamic.Core" version="1.2.14" targetFramework="net461" />
<package id="System.Linq.Queryable" version="4.3.0" targetFramework="net461" />
<package id="System.Memory" version="4.5.4" targetFramework="net461" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,20 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.7.0.0\lib\netstandard2.0\Abp.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.7.1.0\lib\netstandard2.0\Abp.dll</HintPath>
</Reference>
<Reference Include="Abp.AutoMapper, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.AutoMapper.7.0.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp.AutoMapper, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.AutoMapper.7.1.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
</Reference>
<Reference Include="Abp.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.Web.7.0.0\lib\net461\Abp.Web.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp.Web, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.Web.7.1.0\lib\net461\Abp.Web.dll</HintPath>
</Reference>
<Reference Include="Abp.Web.Api, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.Web.Api.7.0.0\lib\net461\Abp.Web.Api.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp.Web.Api, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.Web.Api.7.1.0\lib\net461\Abp.Web.Api.dll</HintPath>
</Reference>
<Reference Include="Abp.Web.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Abp.Web.Common.7.0.0\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
<Private>True</Private>
<Reference Include="Abp.Web.Common, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Abp.Web.Common.7.1.0\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
</Reference>
<Reference Include="AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<HintPath>..\packages\AutoMapper.10.1.1\lib\net461\AutoMapper.dll</HintPath>
Expand Down
16 changes: 8 additions & 8 deletions src/AbpCompanyName.AbpProjectName.WebApi/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp" version="7.0.0" targetFramework="net461" />
<package id="Abp.AutoMapper" version="7.0.0" targetFramework="net461" />
<package id="Abp.Web" version="7.0.0" targetFramework="net461" />
<package id="Abp.Web.Api" version="7.0.0" targetFramework="net461" />
<package id="Abp.Web.Common" version="7.0.0" targetFramework="net461" />
<package id="Abp" version="7.1.0" targetFramework="net461" />
<package id="Abp.AutoMapper" version="7.1.0" targetFramework="net461" />
<package id="Abp.Web" version="7.1.0" targetFramework="net461" />
<package id="Abp.Web.Api" version="7.1.0" targetFramework="net461" />
<package id="Abp.Web.Common" version="7.1.0" targetFramework="net461" />
<package id="AutoMapper" version="10.1.1" targetFramework="net461" />
<package id="AutoMapper.Collection" version="7.0.1" targetFramework="net461" />
<package id="Castle.Core" version="4.4.1" targetFramework="net461" />
Expand All @@ -21,13 +21,13 @@
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.7" targetFramework="net461" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net452" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
<package id="Microsoft.Extensions.Caching.Memory" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Options" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net452" />
<package id="Microsoft.Extensions.Caching.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Caching.Memory" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Options" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Primitives" version="6.0.0" targetFramework="net461" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,7 @@

function error(message: string, title?: string, options?: any): any;

function confirm(message: string, title?: string, callback?: (result: boolean) => void, options?: any): any;

function confirm(message: string, title?: string, callback?: (result: boolean, info?: any) => void, options?: any): any;
}

namespace ui {
Expand Down
Loading

0 comments on commit ad38a8d

Please sign in to comment.