make some projects compatible with netframework4.8 again
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
@@ -590,7 +589,7 @@ public class PaintingObject : ICloneable, IPaintingObjectContainer
|
||||
get
|
||||
{
|
||||
if (Tag is string)
|
||||
return Conversions.ToString(Tag);
|
||||
return Convert.ToString(Tag);
|
||||
else
|
||||
{
|
||||
return string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user