Use this tag for Microsoft.Bcl, Microsoft.Bcl.Build nuget packages related posts
Questions tagged [microsoft.bcl]
4 questions
1
vote
0 answers
Compilation error requiring install Microsoft.Bcl.Build. How to install nuget package Microsoft.Bcl.Build on a unit test project
I have a vs2013 solution with 2 projects in NET 4.0, let's say project A and project B. Project B has a reference to project A. When I compile project B I get a compilation error saying:
All projects referencing ProjectA.csproj must install nuget…

Willy
- 9,848
- 22
- 141
- 284
0
votes
0 answers
Why SSIS Script is losing NuGet package and references after I close and reopen the script?
I have written a script in SSIS script task editor to read csv files using CsvHelper. While executing the package it is throwing the following error:
'Could not load file or assembly 'Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral,…

Riad
- 11
- 1
0
votes
1 answer
Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=XX' or one of its dependencies
I have a C#/.NET project that's targeting .NET Framework 4.8. When attempting to do an Import-Module in terminal, I get this error:
Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0,…

criveracrum
- 21
- 1
- 4
0
votes
0 answers
Build issues after upgrading solution to .NET Framework 4.6.2 due to Microsoft.Bcl.Build Nuget
We recently upgraded our solution from Framework 4.5.1 to 4.6.2. It all worked and compiled fine, until we checked out an older branch targeting to Framework 4.5.1.
We started getting number of errors suggesting
All projects referencing…

Nirman
- 6,715
- 19
- 72
- 139