More csproj work and updates to nuspec

This commit is contained in:
Cinder
2021-12-29 11:40:43 -06:00
parent 1de771d3e8
commit f9d746f30b
22 changed files with 131 additions and 61 deletions

View File

@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<AssemblyName>MapGenerator</AssemblyName>
<Platforms>AnyCPU;x64;x86</Platforms>
<PackageId>LibreMetaverse.MapGenerator</PackageId>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<Platforms>AnyCPU;x64;x86</Platforms>
<OutputPath>..\..\bin\</OutputPath>
</PropertyGroup>
<ItemGroup>