diff --git a/CHANGELOG.md b/CHANGELOG.md index e0cb564633..2906320a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Changed - Improve error messages for Multi-ExtractionIdentifier extractions -- Add Microsoft.Bcl.AsyncInterfaces 6.0.0 for plugin dependancy tree - Add prompt to rename container when adding a cohort filter - Allow for column selection when using the RemoteTableAttacher - Fix to remove stack trace button from non error popups diff --git a/Directory.Packages.props b/Directory.Packages.props index e0076f8f0d..95980c3997 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -38,6 +38,5 @@ - diff --git a/Documentation/CodeTutorials/Packages.md b/Documentation/CodeTutorials/Packages.md index c712c7ff58..89579262da 100644 --- a/Documentation/CodeTutorials/Packages.md +++ b/Documentation/CodeTutorials/Packages.md @@ -40,5 +40,4 @@ | Autoupdater.NET.Official | [GitHub](https://github.com/ravibpatel/AutoUpdater.NET) | MIT | Manages updating of the RDMP windows client directly from the RDMP GitHub Releases| | ConsoleControl | [GitHub](https://github.com/dwmkerr/consolecontrol) | MIT | Runs RDMP cli subprocesses| | Terminal.Gui | [GitHub](https://github.com/gui-cs/Terminal.Gui) | [MIT](https://opensource.org/licenses/MIT) | Console user-interface| -| Microsoft.Bcl.AsyncInterfaces | [GitHub](https://github.com/dotnet/runtime) |[MIT](https://opensource.org/licenses/MIT) | | [DBMS]: ./Glossary.md#DBMS diff --git a/Rdmp.Core/Curation/Data/SafeDirectoryCatalog.cs b/Rdmp.Core/Curation/Data/SafeDirectoryCatalog.cs index 0379b38049..7f2d24a705 100644 --- a/Rdmp.Core/Curation/Data/SafeDirectoryCatalog.cs +++ b/Rdmp.Core/Curation/Data/SafeDirectoryCatalog.cs @@ -98,7 +98,6 @@ public static class SafeDirectoryCatalog "libarchive.net.dll", "mapsdirectlytodatabasetable.dll", "mathnet.numerics.dll", - "microsoft.bcl.asyncinterfaces.dll", "microsoft.csharp.dll", "microsoft.data.sqlclient.dll", "microsoft.data.sqlclient.sni.dll", @@ -404,4 +403,4 @@ public static class SafeDirectoryCatalog "wpfgfx_cor3.dll", "yamldotnet.dll" }; -} \ No newline at end of file +} diff --git a/Rdmp.Core/Rdmp.Core.csproj b/Rdmp.Core/Rdmp.Core.csproj index 7514720d5e..53659c989a 100644 --- a/Rdmp.Core/Rdmp.Core.csproj +++ b/Rdmp.Core/Rdmp.Core.csproj @@ -321,7 +321,6 @@ - diff --git a/directory.build.props b/directory.build.props index eff01de431..5daa1d1147 100644 --- a/directory.build.props +++ b/directory.build.props @@ -1,7 +1,7 @@ 11.0 - 8.1.6 + 8.1.4 true \ No newline at end of file