Browse Source
Merge pull request #977 from colinin/fix-package-name
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
1 changed files with
2 additions and
2 deletions
-
aspnet-core/modules/realtime-notifications/LINGYUN.Abp.Notifications.HttpApi/LINGYUN.Abp.Notifications.HttpApi.csproj
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
<AssemblyName>LINGYUN.Abp.ExceptionHandling.HttpApi</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.ExceptionHandling.HttpApi</PackageId> |
|
|
|
<AssemblyName>LINGYUN.Abp.Notifications.HttpApi</AssemblyName> |
|
|
|
<PackageId>LINGYUN.Abp.Notifications.HttpApi</PackageId> |
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
|
|
|
|