From 91217d9d29d6ad360fa269fd3b5de7f8fe621f77 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Thu, 16 Mar 2017 19:10:46 +0700 Subject: [PATCH] #83: port Netlib.Dns to .NET Standard --- .../JabberNet.Netlib.Dns.csproj | 104 +++--------------- .../Properties/AssemblyInfo.cs | 11 -- 2 files changed, 16 insertions(+), 99 deletions(-) delete mode 100644 src/JabberNet.Netlib.Dns/Properties/AssemblyInfo.cs diff --git a/src/JabberNet.Netlib.Dns/JabberNet.Netlib.Dns.csproj b/src/JabberNet.Netlib.Dns/JabberNet.Netlib.Dns.csproj index 32c9b1d..13554cf 100644 --- a/src/JabberNet.Netlib.Dns/JabberNet.Netlib.Dns.csproj +++ b/src/JabberNet.Netlib.Dns/JabberNet.Netlib.Dns.csproj @@ -1,93 +1,21 @@ - - + + - Debug - AnyCPU - 8.0.50727 - 2.0 - {40AC7A7C-D3E5-46DF-B740-06BD9D2A00E1} - Library - Properties - JabberNet.Netlib.Dns - JabberNet.Netlib.Dns - false - - - v4.0 - - - 2.0 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - + netstandard1.3 + 3.0.0.0 + 3.0.0.0 + 3.0.0-preview1 + The ASP Emporium (http://www.aspemporium.com/); Jabber-Net contributors + ForNeVeR + Jabber-Net + Allows for a complete DNS record lookup on a given domain using the Windows API. + The ASP Emporium (http://www.aspemporium.com/); Copyright (c) Jabber-Net Contributors, 2008—2017 - - true - full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - bin\Debug\JabberNet.Netlib.Dns.xml - AllRules.ruleset - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\JabberNet.Netlib.Dns.xml - - - - - - - - - - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + - - + \ No newline at end of file diff --git a/src/JabberNet.Netlib.Dns/Properties/AssemblyInfo.cs b/src/JabberNet.Netlib.Dns/Properties/AssemblyInfo.cs deleted file mode 100644 index efe69fd..0000000 --- a/src/JabberNet.Netlib.Dns/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyCompany("The ASP Emporium (http://www.aspemporium.com/); Jabber-Net contributors")] -[assembly: AssemblyProduct("Jabber-Net")] -[assembly: AssemblyTitle("JabberNet.Netlib.Dns")] -[assembly: AssemblyDescription("Allows for a complete DNS record lookup on a given domain using the Windows API.")] -[assembly: AssemblyCopyright("The ASP Emporium (http://www.aspemporium.com/); Copyright (c) Jabber-Net Contributors, 2008—2017")] -[assembly: Guid("f0ccd899-310f-40e3-aa25-ff151d23b11a")] -[assembly: AssemblyVersion("3.0.0.*")] -[assembly: AssemblyInformationalVersion("3.0.0-preview1")]