From b88a486952a6049902b9fe8f8e4dc14e3e7c12ce Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 30 Dec 2025 07:46:51 +0100 Subject: [PATCH] Migrate Jobs.vbproj to SDK-style and .NET 8, remove packages.config Refactored Jobs.vbproj from the old MSBuild format targeting .NET Framework 4.6.2 to the modern SDK-style project targeting .NET 8.0. Replaced manual assembly references and the use of packages.config with direct entries for all NuGet dependencies. Removed obsolete project and compiler settings, as well as unnecessary import and property groups. Deleted packages.config as package management is now handled via the project file. This modernization streamlines dependency management and aligns the project with current .NET best practices. --- Jobs/Jobs.vbproj | 283 ++++++------------------------------------- Jobs/packages.config | 31 ----- 2 files changed, 36 insertions(+), 278 deletions(-) delete mode 100644 Jobs/packages.config diff --git a/Jobs/Jobs.vbproj b/Jobs/Jobs.vbproj index 90c9a98b..7b820f00 100644 --- a/Jobs/Jobs.vbproj +++ b/Jobs/Jobs.vbproj @@ -1,118 +1,66 @@ - - - + - Debug - AnyCPU - {39EC839A-3C30-4922-A41E-6B09D1DDE5C3} + net8.0 Library DigitalData.Modules.Jobs DigitalData.Modules.Jobs - 512 Empty - v4.6.2 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - true - - - + enable + + powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" - AnyCPU - true - full - true - true - bin\Debug\ 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - AnyCPU - pdbonly false - true - true - bin\Release\ 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - On - - - Binary - - - Off - - - On - - - - - - - - - - - - SettingsSingleFileGenerator - Settings.Designer.vb - - - - - {ab6f09bf-e794-4f6a-94bb-c97c0ba84d64} - Interfaces - - - {903b2d7d-3b80-4be9-8713-7447b704e1b0} - Logging - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + True True Settings.settings - - - - ..\packages\BouncyCastle.Cryptography.2.5.0\lib\net461\BouncyCastle.Cryptography.dll - ..\Base\bin\Debug\DigitalData.Modules.Base.dll @@ -125,171 +73,12 @@ ..\Logging\bin\Debug\DigitalData.Modules.Logging.dll - - ..\packages\DocumentFormat.OpenXml.3.2.0\lib\net46\DocumentFormat.OpenXml.dll - - - ..\packages\DocumentFormat.OpenXml.Framework.3.2.0\lib\net46\DocumentFormat.OpenXml.Framework.dll - - - ..\packages\FirebirdSql.Data.FirebirdClient.7.5.0\lib\net452\FirebirdSql.Data.FirebirdClient.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.barcode.1d.writer.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.barcode.2d.writer.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.CAD.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.CAD.DWG.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.Common.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.Document.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.Email.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.HTML.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.Imaging.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.Imaging.Formats.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.Imaging.Formats.Conversion.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.Imaging.Rendering.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.MSOfficeBinary.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.OpenDocument.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.OpenXML.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.OpenXML.Templating.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.PDF.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.RTF.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.SVG.dll - - - ..\packages\GdPicture.14.3.18\lib\net462\GdPicture.NET.14.wia.gateway.dll - True - - - ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll - - - ..\packages\GdPicture.14.3.19\lib\net462\NativeSDK.Settings.dll - - - ..\packages\GdPicture.14.3.19\lib\net462\NativeSDK.Settings.Edition.dll - - - ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - - - ..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll - - - ..\packages\NLog.5.0.5\lib\net46\NLog.dll - - - ..\packages\OpenMcdf.2.4.1\lib\net40\OpenMcdf.dll - - - ..\packages\protobuf-net.3.2.46\lib\net462\protobuf-net.dll - - - ..\packages\protobuf-net.Core.3.2.46\lib\net462\protobuf-net.Core.dll - - - ..\packages\RtfPipe.2.0.7677.4303\lib\net45\RtfPipe.dll - - - - ..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll - - - ..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll - - - - - ..\packages\System.IO.Packaging.8.0.1\lib\net462\System.IO.Packaging.dll - - - ..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll - - - - ..\packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll - - - - ..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll - - - ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll - - - - ..\packages\System.Security.Cryptography.Pkcs.8.0.1\lib\net462\System.Security.Cryptography.Pkcs.dll - - - ..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll - - - ..\packages\System.Text.Json.8.0.6\lib\net462\System.Text.Json.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - - - - powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" - - - - - Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". - - - \ No newline at end of file diff --git a/Jobs/packages.config b/Jobs/packages.config deleted file mode 100644 index cd4b8e35..00000000 --- a/Jobs/packages.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file