Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
9635274
#1013 first implementations of the metadata view
DavidBlaa Apr 30, 2026
3ce4b81
#2385 change simple component array to multi select insteadt of seper…
DavidBlaa May 4, 2026
b642b45
#2460 replace zip lib -> sharpziplib and refactor code
DavidBlaa May 5, 2026
b67f9d3
Merge remote-tracking branch 'origin/rc' into 1013-refactoring-metada…
DavidBlaa May 5, 2026
0803ad0
Merge pull request #2461 from BEXIS2/1013-refactoring-metadata-edit
DavidBlaa May 5, 2026
ace2727
#2462 add only xmlout to a new created xml document
DavidBlaa May 7, 2026
6448e37
Merge pull request #2463 from BEXIS2/1013-refactoring-metadata-edit
DavidBlaa May 7, 2026
c9f37b1
#2462 set all system values by copy
DavidBlaa May 7, 2026
5e203c0
Merge pull request #2464 from BEXIS2/1013-refactoring-metadata-edit
DavidBlaa May 7, 2026
5fe933f
#2467 update versionnr, readme, dbupdate script and release notes
DavidBlaa May 11, 2026
7bf41f0
Merge pull request #2468 from BEXIS2/1013-refactoring-metadata-edit
DavidBlaa May 11, 2026
1ff4387
#2467 fix dcm ui svelte project
DavidBlaa May 11, 2026
e53858e
Merge pull request #2469 from BEXIS2/1013-refactoring-metadata-edit
DavidBlaa May 11, 2026
afea205
#2467 hide edit beta bt
DavidBlaa May 11, 2026
5d2ac0a
Merge pull request #2470 from BEXIS2/1013-refactoring-metadata-edit
DavidBlaa May 11, 2026
74c318b
Merge branch 'rc' of https://github.com/BEXIS2/Core into BEXIS2-rc1152
EleonoraPetzold May 11, 2026
01a45d9
Merge branch 'BEXIS2-rc1152' into dev_v3
EleonoraPetzold May 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Components/App/BExIS.App.Bootstrap/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
6 changes: 5 additions & 1 deletion Components/App/BExIS.App.Testing/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
Expand Down Expand Up @@ -66,6 +66,10 @@
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
2 changes: 1 addition & 1 deletion Components/DLM/BExIS.Dlm.Tests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" culture="neutral" />
Expand Down
4 changes: 4 additions & 0 deletions Components/IO/BExIS.IO.DataType.DisplayPattern/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
4 changes: 4 additions & 0 deletions Components/IO/BExIS.IO.Transform.Input/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
6 changes: 5 additions & 1 deletion Components/IO/BExIS.IO.Transform.Validation/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
4 changes: 4 additions & 0 deletions Components/IO/BExIS.Io.Transform.Output/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
6 changes: 5 additions & 1 deletion Components/IO/BExIS.Io/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
8 changes: 8 additions & 0 deletions Components/JSON/BEXIS.JSON.Helpers/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
4 changes: 4 additions & 0 deletions Components/UI/BExIS.UI/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
2 changes: 1 addition & 1 deletion Components/Utils/BExIS.Utils.Data.Tests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public void GenerateSeedData()

var o12 = operationManager.Find("Shell", "Settings", "*") ?? operationManager.Create("Shell", "Settings", "*", settings);

if (!versionManager.Exists("Shell", "4.3.0"))
if (!versionManager.Exists("Shell", "4.3.1"))
{
versionManager.Create("Shell", "4.3.0");
versionManager.Create("Shell", "4.3.1");
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions Components/Utils/BExIS.Utils.Data/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
2 changes: 1 addition & 1 deletion Components/Utils/BExIS.Utils.Tests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="HtmlAgilityPack" publicKeyToken="bd319b19eaf3b43a" culture="neutral" />
Expand Down
19 changes: 19 additions & 0 deletions Components/Utils/BExIS.Utils/BExIS.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.4.2.13, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\SharpZipLib.1.4.2\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.2.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
Expand All @@ -49,6 +52,9 @@
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
Expand All @@ -59,10 +65,23 @@
<Reference Include="System.Linq.Dynamic.Core, Version=1.3.0.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Linq.Dynamic.Core.1.3.0\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
</Reference>
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks" />
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.Helpers.dll</HintPath>
Expand Down
67 changes: 43 additions & 24 deletions Components/Utils/BExIS.Utils/Extensions/ZipArchiveExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using BExIS.Security.Entities.Authorization;
using ICSharpCode.SharpZipLib.Zip;
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
Expand All @@ -11,66 +11,85 @@ namespace BExIS.Utils.Extensions
{
public static class ZipArchiveExtensions
{
public static void AddAllFilesFromDirectory(this ZipArchive archive, string folderPath, string zipPath = null)
public static void AddAllFilesFromDirectory(this ZipOutputStream zipStream, string folderPath, string zipPath = null)
{
var files = Directory.GetFiles(folderPath);

foreach (var filePath in files)
{
// Get the file name (not the full path)
string fileName = Path.GetFileName(filePath);
string entryName = !string.IsNullOrEmpty(zipPath) ? $"{zipPath}{fileName}" : fileName;

var entry = !string.IsNullOrEmpty(zipPath) ? archive.CreateEntry($"{zipPath}{fileName}") : archive.CreateEntry($"{fileName}");
var entry = new ZipEntry(entryName);
entry.DateTime = File.GetLastWriteTime(filePath);
entry.Size = new FileInfo(filePath).Length;

zipStream.PutNextEntry(entry);

// Open the entry stream and copy the file content into it
using (var entryStream = entry.Open())
using (var fileStream = new FileStream(filePath, FileMode.Open, FileAccess.Read))
{
fileStream.CopyTo(entryStream);
fileStream.CopyTo(zipStream);
}

zipStream.CloseEntry();
}
}

public static void AddFile(this ZipArchive archive, string filePath, string zipPath = null)
public static void AddFile(this ZipOutputStream zipStream, string filePath, string zipPath = null)
{
// Open the file from disk
if (!File.Exists(filePath))
return;

string fileName = Path.GetFileName(filePath);
string entryName = !string.IsNullOrEmpty(zipPath) ? $"{zipPath}{fileName}" : fileName;

var entry = new ZipEntry(entryName);
entry.DateTime = File.GetLastWriteTime(filePath);
entry.Size = new FileInfo(filePath).Length;

zipStream.PutNextEntry(entry);

using (var fileStream = new FileStream(filePath, FileMode.Open, FileAccess.Read))
{
string fileName = Path.GetFileName(filePath);
// Create an entry in the archive for the file
var entry = !string.IsNullOrEmpty(zipPath) ? archive.CreateEntry($"{zipPath}{fileName}") : archive.CreateEntry($"{fileName}");

// Open the entry stream and copy the file content into it
using (var entryStream = entry.Open())
{
fileStream.CopyTo(entryStream);
}
fileStream.CopyTo(zipStream);
}

zipStream.CloseEntry();
}

public static void AddFolderToArchive(this ZipArchive archive, string folderPath, string entryFolderName)
public static void AddFolderToArchive(this ZipOutputStream zipStream, string folderPath, string entryFolderName)
{
if (Directory.Exists(folderPath))
{
var files = Directory.GetFiles(folderPath);
foreach (var filePath in files)
{
var relativePath = Path.Combine(entryFolderName, Path.GetFileName(filePath));
AddFileToArchive(archive, filePath, relativePath);
var relativePath = Path.Combine(entryFolderName, Path.GetFileName(filePath)).Replace('\\', '/');
AddFileToArchive(zipStream, filePath, relativePath);
}
}
}

public static void AddFileToArchive(this ZipArchive archive, string filePath, string entryName)
public static void AddFileToArchive(this ZipOutputStream zipStream, string filePath, string entryName)
{
if (File.Exists(filePath))
{
var fileEntry = archive.CreateEntry(entryName);
using (var entryStream = fileEntry.Open())
// Normalize path separators for ZIP format
entryName = entryName.Replace('\\', '/');

var entry = new ZipEntry(entryName);
entry.DateTime = File.GetLastWriteTime(filePath);
entry.Size = new FileInfo(filePath).Length;

zipStream.PutNextEntry(entry);

using (var fileStream = File.OpenRead(filePath))
{
fileStream.CopyTo(entryStream);
fileStream.CopyTo(zipStream);
}

zipStream.CloseEntry();
}
}
}
Expand Down
6 changes: 5 additions & 1 deletion Components/Utils/BExIS.Utils/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="MimeKit" publicKeyToken="bede1c8a46c66814" culture="neutral" />
Expand All @@ -62,6 +62,10 @@
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
6 changes: 6 additions & 0 deletions Components/Utils/BExIS.Utils/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net48" />
<package id="Microsoft.CodeAnalysis.NetAnalyzers" version="8.0.0" targetFramework="net48" developmentDependency="true" />
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net48" />
<package id="SharpZipLib" version="1.4.2" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.IO.Compression" version="4.3.0" targetFramework="net48" />
<package id="System.Memory" version="4.5.4" targetFramework="net48" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.3" targetFramework="net48" />
<package id="System.Threading.Tasks.Extensions" version="4.5.2" targetFramework="net48" />
</packages>
4 changes: 4 additions & 0 deletions Components/XML/BExIS.Xml.Helpers/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Loading
Loading