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
parent
commit
e5562ced2d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      aspnet-core/modules/realtime-notifications/LINGYUN.Abp.Notifications.HttpApi/LINGYUN.Abp.Notifications.HttpApi.csproj

4
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>

Loading…
Cancel
Save