-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main] Update dependencies from dotnet/roslyn, nuget/nuget.client #379
[main] Update dependencies from dotnet/roslyn, nuget/nuget.client #379
Conversation
Microsoft.CodeAnalysis From Version 4.9.2-3.24129.6 -> To Version 4.10.0-3.24168.1
@lambdageek seems this hits a failure |
Thanks, I'll take a look. I think roslyn picked up an extra dependency (or a newer dependency) and we might need ot reference that version from the hotreload-utils tooling |
match the version that roslyn wants dotnet/roslyn#71916
@akoeplinger I had to add a dependency on a specific version of |
hmm this shouldn't be necessary |
I think it happens somehow because we're being invoked from an MSBuild Exec task which maybe sets |
Microsoft.CodeAnalysis From Version 4.9.2-3.24129.6 -> To Version 4.10.0-3.24175.2
…330.2 Microsoft.CodeAnalysis From Version 4.9.2-3.24129.6 -> To Version 4.11.0-1.24180.2
@akoeplinger I don't really have better ideas for how to deal with this |
…402.15 Microsoft.CodeAnalysis From Version 4.9.2-3.24129.6 -> To Version 4.10.0-3.24202.15
…6.10.0.97 NuGet.Build.Tasks From Version 6.10.0-preview.2.81 -> To Version 6.10.0-preview.2.97
This reverts commit f947f38.
MSBuildLocator is no longer needed since dotnet/roslyn#70469 and the workarounds for NuGet.Framework can be removed too.
I looked into this some more and filed dotnet/roslyn#72938, now that I understand what's going on I'm fine with referencing Microsoft.Extensions.Logging as a temporary workaround. I also pushed some cleanup. |
@akoeplinger |
This pull request updates the following dependencies
From https://github.com/dotnet/roslyn
From https://github.com/nuget/nuget.client