Bump .NET projects up to 4.6.1 to consume our new Standard 2.0 projects
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
||||
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
||||
<DelaySign>false</DelaySign>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<TargetFramework>net461</TargetFramework>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder></AppDesignerFolder>
|
||||
<RootNamespace>Baker</RootNamespace>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.DrawingCore;
|
||||
using System.Windows.Forms;
|
||||
using System.IO;
|
||||
using OpenMetaverse.Imaging;
|
||||
|
||||
Reference in New Issue
Block a user