HicServices / RDMP

Research Data Management Platform (RDMP) is an open source application for the loading,linking,anonymisation and extraction of datasets stored in relational databases.
https://github.com/HicServices/RDMP#research-data-management-platform
GNU General Public License v3.0
36 stars 16 forks source link

Fix bcl.AsyncInterfaces issue in plugins #1835

Closed jas88 closed 2 months ago

jas88 commented 2 months ago

Proposed Change

The file Microsoft.Bcl.AsyncInterfaces used to be bundled with RDMP itself due to a different dependency, so was being stripped out of plugin packages. It's no longer included, so shouldn't be stripped out of plugins any more.

Type of change

What types of changes does your code introduce? Tick all that apply.

Checklist

By opening this PR, I confirm that I have: