-
Notifications
You must be signed in to change notification settings - Fork 59
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
Branding main to 7.0.0 alpha1 #1961
Conversation
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 6.0.0-rc.1.21417.13
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 6.0.0-rc.1.21417.14 Dependency coherency updates Microsoft.Private.Winforms,Microsoft.Private.Winforms,Microsoft.Private.Winforms,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.3 -> To Version 6.0.0-rc.1.21417.4 (parent: Microsoft.DotNet.Wpf.GitHub
@@ -1,10 +1,10 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
<PropertyGroup> | |||
<MajorVersion>6</MajorVersion> | |||
<MajorVersion>7</MajorVersion> |
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.
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.
@mmitche , Branding on Desktop repo is going to be blocked until we have a package VS.Redist.Common.NetCore.%(InsertionName).%(Arch).$(MajorVersion).$(MinorVersion)
published.
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.
I would retry tomorrow after more repos have had successful builds.
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.
This is the most recent version that was produced by the runtime:
<Package Id="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-alpha.1.21417.28" NonShipping="true"/>
This is the error building locally:
D:\windowsdesktop\pkg\windowsdesktop\bundle\Microsoft.WindowsDesktop.App.Bundle.bundleproj : error NU1101: Unable to find package VS.Redist.Common.NetCore.SharedFramework.x64.7.0. No packages exist with this id in source(s): dotnet-eng, dotnet-public, dotnet-tools, dotnet5, dotnet5-transport, dotnet6, dotnet6-transport [D:\windowsdesktop.dotnet\sdk\6.0.100-rc.1.21379.2\NuGet.targets]
With these additional feeds in nuget.config:
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
<add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
D:\windowsdesktop\pkg\windowsdesktop\bundle\Microsoft.WindowsDesktop.App.Bundle.bundleproj : error NU1102: Unable to find package VS.Redist.Common.NetCore.SharedFramework.x64.7.0 with version (= 6.0.0-rc.1.21417.1) [D:\windowsdesktop.dotnet\sdk\6.0.100-rc.1.21379.2\NuGet.targets]
D:\windowsdesktop\pkg\windowsdesktop\bundle\Microsoft.WindowsDesktop.App.Bundle.bundleproj : error NU1102: - Found 1 version(s) in dotnet7-transport [ Nearest version: 7.0.0-alpha.1.21417.28 ] [D:\windowsdesktop.dotnet\sdk\6.0.100-rc.1.21379.2\NuGet.targets]
I think WindowsDesktop needs the new feeds and the version in versions.props needs to be updated.
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.
Yep. This needs to flow through wpf and winforms first.
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 6.0.0-rc.1.21418.1 Dependency coherency updates Microsoft.Private.Winforms,Microsoft.Private.Winforms,Microsoft.Private.Winforms,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.3 -> To Version 6.0.0-rc.1.21417.4 (parent: Microsoft.DotNet.Wpf.GitHub
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 7.0.0-alpha.1.21418.7 Dependency coherency updates Microsoft.Private.Winforms,Microsoft.Private.Winforms,Microsoft.Private.Winforms,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.3 -> To Version 6.0.0-rc.1.21417.4 (parent: Microsoft.DotNet.Wpf.GitHub
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 7.0.0-alpha.1.21418.11 Dependency coherency updates Microsoft.Private.Winforms,Microsoft.Private.Winforms,Microsoft.Private.Winforms,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.3 -> To Version 7.0.0-alpha.1.21417.10 (parent: Microsoft.DotNet.Wpf.GitHub
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 7.0.0-alpha.1.21418.15 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.Private.Winforms,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.1 -> To Version 7.0.0-alpha.1.21418.2 (parent: Microsoft.Private.Winforms
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 7.0.0-alpha.1.21418.16 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.Private.Winforms,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.1 -> To Version 7.0.0-alpha.1.21418.2 (parent: Microsoft.Private.Winforms
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 7.0.0-alpha.1.21418.19 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.Private.Winforms,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.1 -> To Version 7.0.0-alpha.1.21418.2 (parent: Microsoft.Private.Winforms
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 7.0.0-alpha.1.21418.20 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.Private.Winforms,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.1 -> To Version 7.0.0-alpha.1.21418.2 (parent: Microsoft.Private.Winforms
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 7.0.0-alpha.1.21418.21 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.Private.Winforms,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.1 -> To Version 7.0.0-alpha.1.21418.2 (parent: Microsoft.Private.Winforms
You probably also need to add the dotnet7 and dotnet7-transport feed to the NuGet.config. |
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 7.0.0-alpha.1.21419.1 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.Private.Winforms,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.1 -> To Version 7.0.0-alpha.1.21418.2 (parent: Microsoft.Private.Winforms
Microsoft.DotNet.Wpf.GitHub , Microsoft.DotNet.Wpf.ProjectTemplates , Microsoft.NET.Sdk.WindowsDesktop From Version 6.0.0-rc.1.21417.12 -> To Version 7.0.0-alpha.1.21419.2 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.Private.Winforms,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates From Version 6.0.0-rc.1.21417.1 -> To Version 7.0.0-alpha.1.21419.1 (parent: Microsoft.Private.Winforms
I am going to combine this with the dependency update commit. I think it's required based on how this repo tries to look for the runtime packages. |
No description provided.