Browse Source

fix(package): fix incorrect nuget package name

pull/977/head
colin 1 year ago
parent
commit
025a533a7f
  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