diff --git a/OBD.NET/OBD.NET.Common/OBD.NET.Common.csproj b/OBD.NET/OBD.NET.Common/OBD.NET.Common.csproj
index f82f963..a518e82 100644
--- a/OBD.NET/OBD.NET.Common/OBD.NET.Common.csproj
+++ b/OBD.NET/OBD.NET.Common/OBD.NET.Common.csproj
@@ -1,17 +1,46 @@
- netstandard1.4
- Wyrez / Roman Lumetsberger
+ net5.0;netstandard1.4
+ Darth Affe / Roman Lumetsberger
-
OBD.NET
C#-Library to read/write data from/to a car through an ELM327-/STN1170-Adapter
- True
1.1.0
+
+ True
+ Github
+ https://github.com/DarthAffe/OBD.NET
+ https://github.com/DarthAffe/OBD.NET
+ GPL-2.0-only
+
+ ..\bin\
+ true
+ True
+ True
+ snupkg
-
-
-
+
+ NET5_0;NETFULL
+
+
+
+ NETCORE;NETSTANDARD;NETSTANDARD1_4
+
+
+
+ $(DefineConstants);TRACE;DEBUG
+ true
+ full
+ false
+
+
+
+ portable
+ true
+ $(NoWarn);CS1591;CS1572;CS1573
+ $(DefineConstants);RELEASE
+
\ No newline at end of file
diff --git a/OBD.NET/ODB.NET.Desktop/ODB.NET.Desktop.csproj b/OBD.NET/ODB.NET.Desktop/ODB.NET.Desktop.csproj
index 09a6f13..65910d4 100644
--- a/OBD.NET/ODB.NET.Desktop/ODB.NET.Desktop.csproj
+++ b/OBD.NET/ODB.NET.Desktop/ODB.NET.Desktop.csproj
@@ -1,59 +1,54 @@
-
-
-
+
+
- Debug
- AnyCPU
- {14CB98E1-95DE-4923-8896-FDF5171AA49E}
- Library
- Properties
- ODB.NET.Desktop
- ODB.NET.Desktop
- v4.6.1
- 512
-
+ net5.0;net461
+ Darth Affe / Roman Lumetsberger
+ -
+ OBD.NET
+ C#-Library to read/write data from/to a car through an ELM327-/STN1170-Adapter
+ 1.1.0
+
+ True
+ Github
+ https://github.com/DarthAffe/OBD.NET
+ https://github.com/DarthAffe/OBD.NET
+ GPL-2.0-only
+
+ ..\bin\
+ true
+ True
+ True
+ snupkg
-
+
+
+ NET5_0;NETFULL
+
+
+
+ NET461;NETFULL
+
+
+
+ $(DefineConstants);TRACE;DEBUG
true
full
false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
- pdbonly
+
+
+ portable
true
- bin\Release\
- TRACE
- prompt
- 4
+ $(NoWarn);CS1591;CS1572;CS1573
+ $(DefineConstants);RELEASE
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
-
-
-
-
-
- {d985b70e-cdf3-4cf1-ab5d-8d19c7fe7b31}
- OBD.NET.Common
-
-
-
+
\ No newline at end of file
diff --git a/OBD.NET/ODB.NET.Desktop/ODB.NET.Desktop.nuspec b/OBD.NET/ODB.NET.Desktop/ODB.NET.Desktop.nuspec
deleted file mode 100644
index 4192d04..0000000
--- a/OBD.NET/ODB.NET.Desktop/ODB.NET.Desktop.nuspec
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- $id$
- $version$
- $title$
- $author$
- $author$
- https://github.com/romanlum/OBD.NET
- false
- $description$
- Initial release
- Copyright 2017
-
-
\ No newline at end of file
diff --git a/OBD.NET/ODB.NET.Desktop/Properties/AssemblyInfo.cs b/OBD.NET/ODB.NET.Desktop/Properties/AssemblyInfo.cs
deleted file mode 100644
index a5f7008..0000000
--- a/OBD.NET/ODB.NET.Desktop/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-using System.Reflection;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("ODB.NET.Desktop")]
-[assembly: AssemblyDescription("C#-Library to read/write data from/to a car through an ELM327-/STN1170-Adapter on UWP")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Wyrez / Roman Lumetsberger")]
-[assembly: AssemblyProduct("OBD.NET")]
-[assembly: AssemblyCopyright("Copyright © 2017")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("14cb98e1-95de-4923-8896-fdf5171aa49e")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]