Remove LibreMetaverse prefix from PackageId for non-library projects

This commit is contained in:
Cinder
2021-12-29 13:44:03 -06:00
parent dcd8dc9906
commit ae866e9aa6
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>PacketDump</AssemblyName>
<PackageId>LibreMetaverse.PacketDump</PackageId>
<PackageId>PacketDump</PackageId>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<OutputPath>..\..\..\bin\</OutputPath>