-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[release/6.0.4xx] Update dependencies from dotnet/templating #24851
[release/6.0.4xx] Update dependencies from dotnet/templating #24851
Conversation
…0220413.15 Microsoft.TemplateSearch.Common , Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.Common.ProjectTemplates.6.0 , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Cli , Microsoft.TemplateEngine.Utils , Microsoft.TemplateEngine.Orchestrator.RunnableProjects From Version 6.0.300-preview.22208.4 -> To Version 6.0.400-preview.22213.15
…0220413.17 Microsoft.TemplateSearch.Common , Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.Common.ProjectTemplates.6.0 , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Cli , Microsoft.TemplateEngine.Utils , Microsoft.TemplateEngine.Orchestrator.RunnableProjects From Version 6.0.300-preview.22208.4 -> To Version 6.0.400-preview.22213.17
@nkolev92 it seems like dotnet/templating is depending on a newer version of nuget.common than we are which may be causing some test failures. We just want to verify whether we should also be using 6.3.0 (like templating is) instead of 6.0.2. Please let me and @wtgodbe know what you think @dotnet/dotnet-cli |
…0220419.2 Microsoft.TemplateSearch.Common , Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.Common.ProjectTemplates.6.0 , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Cli , Microsoft.TemplateEngine.Utils , Microsoft.TemplateEngine.Orchestrator.RunnableProjects From Version 6.0.300-preview.22208.4 -> To Version 6.0.400-preview.22219.2
It seems ok to me to update to the 6.3.0-previews of the NuGet dependencies, now that we're looking at the 6.0.4xx series of builds. |
…0220423.2 Microsoft.TemplateSearch.Common , Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.Common.ProjectTemplates.6.0 , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Cli , Microsoft.TemplateEngine.Utils , Microsoft.TemplateEngine.Orchestrator.RunnableProjects From Version 6.0.300-preview.22208.4 -> To Version 6.0.400-preview.22223.2
There's always an implicit version between NuGet and SDK. 6.0.4xx should match 6.3. Example: https://docs.microsoft.com/en-us/nuget/release-notes/nuget-6.1 6.0 Nuget matches 6.0.100 SDK. Eventually, 6.4 of NuGet will match 7.0.100 of the SDK, given that NuGet's versioning is So, 6.0.400 matching 6.3 is exactly what should happen. |
896d47c
to
01ef5dd
Compare
This should be unblocked when #25013 merges. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
This pull request updates the following dependencies
From https://github.com/dotnet/templating