Skip to content

Remove unresolved merge conflict markers from Directory.Packages.props - #861

Open
SimonCropp wants to merge 1 commit into
mainfrom
fix/directory-packages-conflict-markers
Open

SimonCropp wants to merge 1 commit into
mainfrom
fix/directory-packages-conflict-markers

Conversation

@SimonCropp

Copy link
Copy Markdown
Member

Summary

  • The merge commit ec875a1 left unresolved git conflict markers in Directory.Packages.props
  • This broke central package version resolution, causing NU1015 restore failures for Sample, WinFormsAppTests, and WpfAppTests (every package they reference showed up as "no version specified")
  • Dropped the Microsoft.NET.Test.Sdk addition from the losing side of the conflict since nothing in the repo references that package (consistent with the earlier migration to Microsoft.Testing.Platform)

Test plan

  • dotnet build --configuration Release succeeds locally with 0 errors

The ec875a1 merge left conflict markers in place, which broke central
package version resolution and failed restore with NU1015 for every
project referencing an affected package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant