Browse Source
Merge pull request #975 from colinin/rel-8.2.0
fix(package): fix incorrect nuget package name
pull/988/head
yx lin
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with
30 additions and
30 deletions
-
aspnet-core/framework/common/LINGYUN.Abp.Features.LimitValidation.Redis.Client/LINGYUN.Abp.Features.LimitValidation.Redis.Client.csproj
-
aspnet-core/framework/common/LINGYUN.Abp.Features.LimitValidation.Redis/LINGYUN.Abp.Features.LimitValidation.Redis.csproj
-
aspnet-core/framework/common/LINGYUN.Abp.Features.LimitValidation/LINGYUN.Abp.Features.LimitValidation.csproj
-
aspnet-core/modules/platform/LINGYUN.Platform.Application.Contracts/LINGYUN.Platform.Application.Contracts.csproj
-
aspnet-core/modules/platform/LINGYUN.Platform.Application/LINGYUN.Platform.Application.csproj
-
aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN.Platform.Domain.Shared.csproj
-
aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN.Platform.Domain.csproj
-
aspnet-core/modules/platform/LINGYUN.Platform.EntityFrameworkCore/LINGYUN.Platform.EntityFrameworkCore.csproj
-
aspnet-core/modules/platform/LINGYUN.Platform.HttpApi/LINGYUN.Platform.HttpApi.csproj
-
aspnet-core/modules/platform/LINGYUN.Platform.Settings.VueVbenAdmin/LINGYUN.Platform.Settings.VueVbenAdmin.csproj
-
aspnet-core/modules/realtime-notifications/LINGYUN.Abp.Notifications.EntityFrameworkCore/LINGYUN.Abp.Notifications.EntityFrameworkCore.csproj
-
aspnet-core/modules/task-management/LINGYUN.Abp.TaskManagement.Domain.Shared/LINGYUN.Abp.TaskManagement.Domain.Shared.csproj
-
aspnet-core/modules/task-management/LINGYUN.Abp.TaskManagement.Domain/LINGYUN.Abp.TaskManagement.Domain.csproj
-
aspnet-core/modules/task-management/LINGYUN.Abp.TaskManagement.EntityFrameworkCore/LINGYUN.Abp.TaskManagement.EntityFrameworkCore.csproj
-
aspnet-core/modules/task-management/LINGYUN.Abp.TaskManagement.HttpApi/LINGYUN.Abp.TaskManagement.HttpApi.csproj
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks> |
|
|
|
<AssemblyName>LINGYUN.Abp.Features.Client.Redis.Client</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Features.Client.Redis.Client</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Abp.Features.LimitValidation.Redis.Client</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Features.LimitValidation.Redis.Client</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks> |
|
|
|
<AssemblyName>LINGYUN.Abp.Features.Client.Redis</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Features.Client.Redis</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Abp.Features.LimitValidation.Redis</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Features.LimitValidation.Redis</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks> |
|
|
|
<AssemblyName>LINGYUN.Abp.Features.Client.LimitValidation</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Features.Client.LimitValidation</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Abp.Features.LimitValidation</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Features.LimitValidation</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks> |
|
|
|
<AssemblyName>LINGYUN.Abp.Platform.Application.Contracts</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Platform.Application.Contracts</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Platform.Application.Contracts</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Platform.Application.Contracts</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
<AssemblyName>LINGYUN.Abp.Platform.Application</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Platform.Application</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Platform.Application</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Platform.Application</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks> |
|
|
|
<AssemblyName>LINGYUN.Abp.Platform.Domain.Shared</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Platform.Domain.Shared</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Platform.Domain.Shared</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Platform.Domain.Shared</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
<AssemblyName>LINGYUN.Abp.Platform.Domain</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Platform.Domain</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Platform.Domain</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Platform.Domain</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
<AssemblyName>LINGYUN.Abp.Platform.EntityFrameworkCore</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Platform.EntityFrameworkCore</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Platform.EntityFrameworkCore</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Platform.EntityFrameworkCore</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
<AssemblyName>LINGYUN.Abp.Platform.HttpApi</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Platform.HttpApi</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Platform.HttpApi</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Platform.HttpApi</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks> |
|
|
|
<AssemblyName>LINGYUN.Abp.Platform.Settings.VueVbenAdmin</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Platform.Settings.VueVbenAdmin</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Platform.Settings.VueVbenAdmin</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Platform.Settings.VueVbenAdmin</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
<AssemblyName>LINGYUN.Abp.ExceptionHandling.EntityFrameworkCore</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.ExceptionHandling.EntityFrameworkCore</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Abp.Notifications.EntityFrameworkCore</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Notifications.EntityFrameworkCore</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks> |
|
|
|
<AssemblyName>LINGYUN.Abp.BackgroundTasks.Domain.Shared</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.BackgroundTasks.Domain.Shared</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Abp.TaskManagement.Domain.Shared</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.TaskManagement.Domain.Shared</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
<AssemblyName>LINGYUN.Abp.BackgroundTasks.Domain</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.BackgroundTasks.Domain</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Abp.TaskManagement.Domain</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.TaskManagement.Domain</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
<AssemblyName>LINGYUN.Abp.BackgroundTasks.EntityFrameworkCore</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.BackgroundTasks.EntityFrameworkCore</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Abp.TaskManagement.EntityFrameworkCore</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.TaskManagement.EntityFrameworkCore</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
<AssemblyName>LINGYUN.Abp.BackgroundTasks.HttpApi</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.BackgroundTasks.HttpApi</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Abp.TaskManagement.HttpApi</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.TaskManagement.HttpApi</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|