-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Update libraries solution and NuGet.config files #56430
Conversation
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue Details
2 and 3 were done with this command:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please spot-check the common SLN's that are most used (EG: Microsoft.Extensions.Logging, System.Text.Json, System.Runtime, etc)
I'll pull this and do the same.
Already did locally while they were generated. Didn't see anything standing out but a second pair of eyes are appreciated :) |
Commit 1: Updating slngen to latest version and its invocation.
Commit 2: Update the NuGet.config files
Commit 3: Update solution files with slngen
2 and 3 were done with this command:
dotnet build src\libraries\slngen.proj
.