Minor change to MapGenerator.csproj
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<AssemblyName>MapGenerator</AssemblyName>
|
||||
<OutputType>Exe</OutputType>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<PackageId>LibreMetaverse.MapGenerator</PackageId>
|
||||
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
|
||||
<OutputType>Exe</OutputType>
|
||||
<Platforms>x64;x86</Platforms>
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<IsTool>true</IsTool>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
|
||||
Reference in New Issue
Block a user