From 6ce81d99a791307e2da11f8483420953a284b02e Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sat, 7 Mar 2026 13:21:16 -0500 Subject: [PATCH] feat: convert OpenNest.Core to .NET 8 SDK-style project Co-Authored-By: Claude Opus 4.6 --- OpenNest.Core/OpenNest.Core.csproj | 111 +---------------------- OpenNest.Core/Properties/AssemblyInfo.cs | 35 ------- 2 files changed, 4 insertions(+), 142 deletions(-) delete mode 100644 OpenNest.Core/Properties/AssemblyInfo.cs diff --git a/OpenNest.Core/OpenNest.Core.csproj b/OpenNest.Core/OpenNest.Core.csproj index d48b316..64b68e2 100644 --- a/OpenNest.Core/OpenNest.Core.csproj +++ b/OpenNest.Core/OpenNest.Core.csproj @@ -1,113 +1,10 @@ - - - + - Debug - AnyCPU - {5A5FDE8D-F8DB-440E-866C-C4807E1686CF} - Library - Properties + net8.0-windows OpenNest OpenNest.Core - v4.8 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + diff --git a/OpenNest.Core/Properties/AssemblyInfo.cs b/OpenNest.Core/Properties/AssemblyInfo.cs deleted file mode 100644 index bd5d103..0000000 --- a/OpenNest.Core/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("OpenNest.Core")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("OpenNest.Core")] -[assembly: AssemblyCopyright("Copyright © AJ Isaacs 2015")] -[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("13d3c141-e430-4f27-9098-60d6f93e2a7b")] - -// 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("0.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")]