You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_CopyReferenceOnlyAssembliesForBuild uses _ReferenceAssemblies as input for files to copy. Between preview1 and preview2, NuGetSourceType is no longer being set which causes package and runtime refs files to get copied to the bin directory.
This is a regression (?) in 2.1.0-preview2 sdk. Repro steps:
dotnet new mvc
dotnet build
Examine the bin\Debug\netcoreapp2.1 directory and notice all it has is the app's binaries.
dotnet build
using the preview2 Sdk (I used2.1.300-preview2-008367
)The bin directory has a refs directory that contains 300+ files from shared runtimes.
The text was updated successfully, but these errors were encountered: