Pack MapGenerator and PacketDump as dotnet tools
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<AssemblyName>PacketDump</AssemblyName>
|
||||
<PackageId>PacketDump</PackageId>
|
||||
<PackageId>LibreMetaverse.PacketDump</PackageId>
|
||||
<OutputType>Exe</OutputType>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<OutputPath>..\..\..\bin\</OutputPath>
|
||||
@@ -9,6 +8,8 @@
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<ToolCommandName>LMV.PacketDump</ToolCommandName>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
|
||||
|
||||
Reference in New Issue
Block a user