Bump .NET projects up to 4.6.1 to consume our new Standard 2.0 projects

This commit is contained in:
Cinder Biscuits
2017-09-03 18:42:22 -05:00
parent 4cb276b836
commit b952d3496d
10 changed files with 6 additions and 46 deletions

View File

@@ -10,7 +10,7 @@
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net461</TargetFramework>
<OutputType>Library</OutputType>
<RootNamespace>LibreMetaverse.GUI</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

View File

@@ -26,7 +26,7 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.DrawingCore;
using System.Windows.Forms;
using OpenMetaverse.Imaging;
using OpenMetaverse.Assets;