-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The NuGet.* libraries should not be bundled with csharprepl and we should instead use the ones included in the SDK. You can see other projects in the .NET community making similar fixes: microsoft/qsharp-compiler#1470 OmniSharp/omnisharp-roslyn#2308 OmniSharp/omnisharp-roslyn#2436 If we don't do this, we get issues with the MSBuildWorkspaces and MSBuildLocators unable to load the nuget libraries due to dependency conflicts. It mostly affects our "load solution" / "load project" features.
- Loading branch information
1 parent
0bbbb20
commit 6c37adb
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters