Convert LibreMetaverse projects to be solely .NET Standard 2.0 and 2.1

This commit is contained in:
Cinder Biscuits
2019-10-22 08:05:39 -05:00
parent e95a6bf78a
commit c715884c8a
16 changed files with 28 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>14.0.25123</ProductVersion>
@@ -12,7 +12,7 @@
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<TargetFrameworks>netstandard2.0;net471</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<OutputType>Exe</OutputType>
<RootNamespace>PacketDump</RootNamespace>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>