Update auf .NET 8

This commit is contained in:
Developer01
2025-10-01 15:17:45 +02:00
parent 2332f64748
commit 89b05d5f78
139 changed files with 7729 additions and 59611 deletions

View File

@@ -1,156 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{AF664D85-0A4B-4BAB-A2F8-83110C06553A}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>DigitalData.Modules.Messaging</RootNamespace>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyName>DigitalData.Modules.Messaging</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>DigitalData.Modules.Messaging.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>DigitalData.Modules.Messaging.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
<Company>Digital Data GmbH</Company>
<AssemblyTitle>Provides message, esp. email methods for DD Products</AssemblyTitle>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<Title>$(AssemblyName)</Title>
<Product>$(AssemblyName)</Product>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.77.1" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="8.1.2" />
<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Base\Base.vbproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="DigitalData.Modules.Logging, Version=2.6.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DigitalData.Modules.Logging.2.6.5\lib\net462\DigitalData.Modules.Logging.dll</HintPath>
</Reference>
<Reference Include="Mail">
<HintPath>P:\Visual Studio Projekte\Bibliotheken\Limilabs\Mail.dll\Mail.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Limilabs\Mail.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Identity.Client, Version=4.55.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.55.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=6.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.22.0\lib\net461\Microsoft.IdentityModel.Abstractions.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Transactions" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="Email.vb" />
<Compile Include="EventBus.vb" />
<Compile Include="Email2.vb" />
<Compile Include="Limilab.vb" />
<Compile Include="Mail\MailFetcher.vb" />
<Compile Include="Mail\MailSession.vb" />
<Compile Include="Mail\OAuth2.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Mail\MailSender.vb" />
<Compile Include="WCF\Binding.vb" />
<Compile Include="WCF\Channel.vb" />
<Compile Include="WCF\Constants.vb" />
<Compile Include="WCF\ServerAddress.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<None Update="MyProject\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Base\Base.vbproj">
<Project>{6ea0c51f-c2b1-4462-8198-3de0b32b74f8}</Project>
<Name>Base</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="MailLicense.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PostBuildEvent>powershell.exe -command "&amp; { &amp;'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }"</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>

View File

@@ -1,35 +1,9 @@
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' Allgemeine Informationen über eine Assembly werden über die folgenden
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
' die einer Assembly zugeordnet sind.
' Werte der Assemblyattribute überprüfen
<Assembly: AssemblyTitle("Modules.Messaging")>
<Assembly: AssemblyDescription("Funktionen rund um das Versenden und Empfangen von Emails")>
<Assembly: AssemblyCompany("Digital Data GmbH, Heuchelheim")>
<Assembly: AssemblyProduct("Modules.Messaging")>
<Assembly: AssemblyCopyright("Copyright © 2025")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
<Assembly: Guid("60d22737-01f3-4ea2-b6f6-ad312dc07c53")>
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
'
' Hauptversion
' Nebenversion
' Buildnummer
' Revision
'
' Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.9.8.0")>
<Assembly: AssemblyFileVersion("1.9.8.0")>

View File

@@ -0,0 +1,483 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"DigitalData.Modules.Messaging/1.0.0": {
"dependencies": {
"DigitalData.Modules.Base": "1.0.0",
"Microsoft.Identity.Client": "4.77.1",
"System.ServiceModel.NetTcp": "8.1.2",
"System.ServiceModel.Primitives": "8.1.2",
"DigitalData.Modules.Base.Reference": "1.3.9.0",
"DigitalData.Modules.Logging.Reference": "2.0.0.0",
"Mail": "3.0.21189.1553"
},
"runtime": {
"DigitalData.Modules.Messaging.dll": {}
}
},
"Microsoft.Extensions.ObjectPool/8.0.10": {
"runtime": {
"lib/net8.0/Microsoft.Extensions.ObjectPool.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.1024.46804"
}
}
},
"Microsoft.Identity.Client/4.77.1": {
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "8.14.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
},
"runtime": {
"lib/net8.0/Microsoft.Identity.Client.dll": {
"assemblyVersion": "4.77.1.0",
"fileVersion": "4.77.1.0"
}
}
},
"Microsoft.IdentityModel.Abstractions/8.14.0": {
"runtime": {
"lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
"assemblyVersion": "8.14.0.0",
"fileVersion": "8.14.0.60815"
}
}
},
"NLog/6.0.4": {
"runtime": {
"lib/netstandard2.1/NLog.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.4.4534"
}
}
},
"System.Configuration.ConfigurationManager/9.0.9": {
"dependencies": {
"System.Diagnostics.EventLog": "9.0.9",
"System.Security.Cryptography.ProtectedData": "9.0.9"
},
"runtime": {
"lib/net8.0/System.Configuration.ConfigurationManager.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.925.41916"
}
}
},
"System.Diagnostics.DiagnosticSource/6.0.1": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"System.Diagnostics.EventLog/9.0.9": {
"runtime": {
"lib/net8.0/System.Diagnostics.EventLog.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.925.41916"
}
},
"runtimeTargets": {
"runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "9.0.0.0",
"fileVersion": "0.0.0.0"
},
"runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.925.41916"
}
}
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {},
"System.Security.Cryptography.Pkcs/8.0.1": {
"runtime": {
"lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.1024.46610"
}
},
"runtimeTargets": {
"runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.1024.46610"
}
}
},
"System.Security.Cryptography.ProtectedData/9.0.9": {
"runtime": {
"lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.925.41916"
}
}
},
"System.Security.Cryptography.Xml/8.0.2": {
"dependencies": {
"System.Security.Cryptography.Pkcs": "8.0.1"
},
"runtime": {
"lib/net8.0/System.Security.Cryptography.Xml.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.1024.46610"
}
}
},
"System.ServiceModel.NetFramingBase/8.1.2": {
"dependencies": {
"System.ServiceModel.Primitives": "8.1.2"
},
"runtime": {
"lib/net8.0/System.ServiceModel.NetFramingBase.dll": {
"assemblyVersion": "8.1.2.0",
"fileVersion": "8.100.225.15402"
}
},
"resources": {
"lib/net8.0/cs/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "cs"
},
"lib/net8.0/de/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "de"
},
"lib/net8.0/es/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "es"
},
"lib/net8.0/fr/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "fr"
},
"lib/net8.0/it/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "it"
},
"lib/net8.0/ja/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "ja"
},
"lib/net8.0/ko/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "ko"
},
"lib/net8.0/pl/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "pl"
},
"lib/net8.0/pt-BR/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "pt-BR"
},
"lib/net8.0/ru/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "ru"
},
"lib/net8.0/tr/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "tr"
},
"lib/net8.0/zh-Hans/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "zh-Hans"
},
"lib/net8.0/zh-Hant/System.ServiceModel.NetFramingBase.resources.dll": {
"locale": "zh-Hant"
}
}
},
"System.ServiceModel.NetTcp/8.1.2": {
"dependencies": {
"System.ServiceModel.NetFramingBase": "8.1.2",
"System.ServiceModel.Primitives": "8.1.2"
},
"runtime": {
"lib/net8.0/System.ServiceModel.NetTcp.dll": {
"assemblyVersion": "8.1.2.0",
"fileVersion": "8.100.225.15402"
}
},
"resources": {
"lib/net8.0/cs/System.ServiceModel.NetTcp.resources.dll": {
"locale": "cs"
},
"lib/net8.0/de/System.ServiceModel.NetTcp.resources.dll": {
"locale": "de"
},
"lib/net8.0/es/System.ServiceModel.NetTcp.resources.dll": {
"locale": "es"
},
"lib/net8.0/fr/System.ServiceModel.NetTcp.resources.dll": {
"locale": "fr"
},
"lib/net8.0/it/System.ServiceModel.NetTcp.resources.dll": {
"locale": "it"
},
"lib/net8.0/ja/System.ServiceModel.NetTcp.resources.dll": {
"locale": "ja"
},
"lib/net8.0/ko/System.ServiceModel.NetTcp.resources.dll": {
"locale": "ko"
},
"lib/net8.0/pl/System.ServiceModel.NetTcp.resources.dll": {
"locale": "pl"
},
"lib/net8.0/pt-BR/System.ServiceModel.NetTcp.resources.dll": {
"locale": "pt-BR"
},
"lib/net8.0/ru/System.ServiceModel.NetTcp.resources.dll": {
"locale": "ru"
},
"lib/net8.0/tr/System.ServiceModel.NetTcp.resources.dll": {
"locale": "tr"
},
"lib/net8.0/zh-Hans/System.ServiceModel.NetTcp.resources.dll": {
"locale": "zh-Hans"
},
"lib/net8.0/zh-Hant/System.ServiceModel.NetTcp.resources.dll": {
"locale": "zh-Hant"
}
}
},
"System.ServiceModel.Primitives/8.1.2": {
"dependencies": {
"Microsoft.Extensions.ObjectPool": "8.0.10",
"System.Security.Cryptography.Xml": "8.0.2"
},
"runtime": {
"lib/net8.0/System.ServiceModel.Duplex.dll": {
"assemblyVersion": "8.1.2.0",
"fileVersion": "8.100.225.15402"
},
"lib/net8.0/System.ServiceModel.Primitives.dll": {
"assemblyVersion": "8.1.2.0",
"fileVersion": "8.100.225.15402"
},
"lib/net8.0/System.ServiceModel.Security.dll": {
"assemblyVersion": "8.1.2.0",
"fileVersion": "8.100.225.15402"
},
"lib/net8.0/System.ServiceModel.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "8.100.225.15402"
}
},
"resources": {
"lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll": {
"locale": "cs"
},
"lib/net8.0/de/System.ServiceModel.Primitives.resources.dll": {
"locale": "de"
},
"lib/net8.0/es/System.ServiceModel.Primitives.resources.dll": {
"locale": "es"
},
"lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll": {
"locale": "fr"
},
"lib/net8.0/it/System.ServiceModel.Primitives.resources.dll": {
"locale": "it"
},
"lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll": {
"locale": "ja"
},
"lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll": {
"locale": "ko"
},
"lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll": {
"locale": "pl"
},
"lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll": {
"locale": "pt-BR"
},
"lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll": {
"locale": "ru"
},
"lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll": {
"locale": "tr"
},
"lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll": {
"locale": "zh-Hans"
},
"lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll": {
"locale": "zh-Hant"
}
}
},
"DigitalData.Modules.Base/1.0.0": {
"dependencies": {
"DigitalData.Modules.Logging": "1.0.0",
"NLog": "6.0.4",
"System.Configuration.ConfigurationManager": "9.0.9"
},
"runtime": {
"DigitalData.Modules.Base.dll": {
"fileVersion": "0.0.0.0"
}
}
},
"DigitalData.Modules.Logging/1.0.0": {
"dependencies": {
"NLog": "6.0.4",
"System.Configuration.ConfigurationManager": "9.0.9"
},
"runtime": {
"DigitalData.Modules.Logging.dll": {
"fileVersion": "0.0.0.0"
}
}
},
"DigitalData.Modules.Base.Reference/1.3.9.0": {
"runtime": {
"DigitalData.Modules.Base.dll": {
"assemblyVersion": "1.3.9.0",
"fileVersion": "1.3.9.0"
}
}
},
"DigitalData.Modules.Logging.Reference/2.0.0.0": {
"runtime": {
"DigitalData.Modules.Logging.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.0.0"
}
}
},
"Mail/3.0.21189.1553": {
"runtime": {
"Mail.dll": {
"assemblyVersion": "3.0.21189.1553",
"fileVersion": "3.0.21189.1553"
}
}
}
}
},
"libraries": {
"DigitalData.Modules.Messaging/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.Extensions.ObjectPool/8.0.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-u7gAG7JgxF8VSJUGPSudAcPxOt+ymJKQCSxNRxiuKV+klCQbHljQR75SilpedCTfhPWDhtUwIJpnDVtspr9nMg==",
"path": "microsoft.extensions.objectpool/8.0.10",
"hashPath": "microsoft.extensions.objectpool.8.0.10.nupkg.sha512"
},
"Microsoft.Identity.Client/4.77.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-K1BS0wRwh48xjsU2y7bwVh8qE9eqdRkroHX0EPp9GGo3GmS+B2gaPd95jq+HRpyFj8h3nn8LubDnIti+M/9YoQ==",
"path": "microsoft.identity.client/4.77.1",
"hashPath": "microsoft.identity.client.4.77.1.nupkg.sha512"
},
"Microsoft.IdentityModel.Abstractions/8.14.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
"path": "microsoft.identitymodel.abstractions/8.14.0",
"hashPath": "microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512"
},
"NLog/6.0.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Xr+lIk1ZlTTFXEqnxQVLxrDqZlt2tm5X+/AhJbaY2emb/dVtGDiU5QuEtj3gHtwV/SWlP/rJ922I/BPuOJXlRw==",
"path": "nlog/6.0.4",
"hashPath": "nlog.6.0.4.nupkg.sha512"
},
"System.Configuration.ConfigurationManager/9.0.9": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Q1LknxnRmmsUXt/ElBp739Gexppy0HeDYxvExpJq09jAYhpTHRRRkZIwfNKfM4BGRlFzRDVdnerZawxoE8naMg==",
"path": "system.configuration.configurationmanager/9.0.9",
"hashPath": "system.configuration.configurationmanager.9.0.9.nupkg.sha512"
},
"System.Diagnostics.DiagnosticSource/6.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"path": "system.diagnostics.diagnosticsource/6.0.1",
"hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512"
},
"System.Diagnostics.EventLog/9.0.9": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wpsUfnyv8E5K4WQaok6weewvAbQhcLwXFcHBm5U0gdEaBs85N//ssuYvRPFWwz2rO/9/DFP3A1sGMzUFBj8y3w==",
"path": "system.diagnostics.eventlog/9.0.9",
"hashPath": "system.diagnostics.eventlog.9.0.9.nupkg.sha512"
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
"path": "system.runtime.compilerservices.unsafe/6.0.0",
"hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
},
"System.Security.Cryptography.Pkcs/8.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-CoCRHFym33aUSf/NtWSVSZa99dkd0Hm7OCZUxORBjRB16LNhIEOf8THPqzIYlvKM0nNDAPTRBa1FxEECrgaxxA==",
"path": "system.security.cryptography.pkcs/8.0.1",
"hashPath": "system.security.cryptography.pkcs.8.0.1.nupkg.sha512"
},
"System.Security.Cryptography.ProtectedData/9.0.9": {
"type": "package",
"serviceable": true,
"sha512": "sha512-XN37933FTzEkqGJoOTunvnvzAv/4VO/9wQ0QwsGcrR5KyQpYT0z4Ssm+f+fpY9bea6srypFp3JjNPHHC26xzLw==",
"path": "system.security.cryptography.protecteddata/9.0.9",
"hashPath": "system.security.cryptography.protecteddata.9.0.9.nupkg.sha512"
},
"System.Security.Cryptography.Xml/8.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aDM/wm0ZGEZ6ZYJLzgqjp2FZdHbDHh6/OmpGfb7AdZ105zYmPn/83JRU2xLIbwgoNz9U1SLUTJN0v5th3qmvjA==",
"path": "system.security.cryptography.xml/8.0.2",
"hashPath": "system.security.cryptography.xml.8.0.2.nupkg.sha512"
},
"System.ServiceModel.NetFramingBase/8.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-XDNsiI4Lrv4scb10salZNbUDJNYj3Qm39KeN9uulKXbgcxF/fNC+hCrLDAhNz/rIqxOeRB/JCfQ4A/Ha0hFAWg==",
"path": "system.servicemodel.netframingbase/8.1.2",
"hashPath": "system.servicemodel.netframingbase.8.1.2.nupkg.sha512"
},
"System.ServiceModel.NetTcp/8.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+H4KpATeOPxGfl8JlMpv+a7h6ZIItIhHXJRr+0/KKAP49TjHXybaNwFrUbpasAMVE+D+8M96GxRevzcqvahfAQ==",
"path": "system.servicemodel.nettcp/8.1.2",
"hashPath": "system.servicemodel.nettcp.8.1.2.nupkg.sha512"
},
"System.ServiceModel.Primitives/8.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-xlJ07FAUSDjPL/GhvVY1/KVPWn2ce056X4nHPwqAa5rkNLiNN5rqh6VcgMUoF6J7ckwhkVJ1vVx/K/47nyyR9g==",
"path": "system.servicemodel.primitives/8.1.2",
"hashPath": "system.servicemodel.primitives.8.1.2.nupkg.sha512"
},
"DigitalData.Modules.Base/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DigitalData.Modules.Logging/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DigitalData.Modules.Base.Reference/1.3.9.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"DigitalData.Modules.Logging.Reference/2.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"Mail/3.0.21189.1553": {
"type": "reference",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DigitalData.Modules.Logging" version="2.6.5" targetFramework="net462" />
<package id="Microsoft.Identity.Client" version="4.55.0" targetFramework="net462" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.22.0" targetFramework="net462" />
<package id="NLog" version="5.0.5" targetFramework="net461" />
<package id="S22.Imap" version="3.6.0.0" targetFramework="net461" />
</packages>