Skip to content

Conversation

@dotnet-maestro
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented May 22, 2023

This pull request updates the following dependencies

From https://github.com/dotnet/arcade

  • Subscription: f607b9f2-509c-4318-eb57-08d8e4d5099b
  • Build: 20230609.8
  • Date Produced: June 10, 2023 2:32:23 AM UTC
  • Commit: 9994c5ed43856c35591d94ead68ef501a020eb2e
  • Branch: refs/heads/main

…519.2

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23262.5 -> To Version 8.0.0-beta.23269.2
@MackinnonBuck
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MackinnonBuck
Copy link
Member

@bricelam @mmitche We're getting a bunch of "Duplicate 'PackageReference'" errors now relating to xUnit. Do you know what might be causing this?

error NU1504: (NETCORE_ENGINEERING_TELEMETRY=Restore) Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: xunit.core 2.4.2, xunit.core 2.4.2; xunit.assert 2.4.2, xunit.assert 2.4.2.

@bricelam
Copy link
Contributor

Something must have changed in Arcade causing these lines of ours to warn:

<!-- Remove xunit.analyzers due to noise -->
<PackageReference Remove="xunit" />
<PackageReference Include="xunit.core" Version="$(XUnitVersion)" />
<PackageReference Include="xunit.assert" Version="$(XUnitVersion)" />

@javiercn
Copy link
Member

@bricelam
Copy link
Contributor

bricelam commented May 29, 2023

Caused by dotnet/arcade@a130eb4. I'll update our build files to this instead:

<PackageReference Remove="xunit.assert" />

…529.1

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23262.5 -> To Version 8.0.0-beta.23279.1
@bricelam bricelam force-pushed the darc-main-c52e20d1-dbdf-4cb9-955e-21164ad24a95 branch from f301efc to 4cab69c Compare May 31, 2023 21:21
@bricelam
Copy link
Contributor

New error:

Unable to find package Microsoft.SourceLink.GitHub with version (>= 8.0.0-beta.23252.2)

dotnet-maestro bot added 2 commits June 5, 2023 12:19
…602.3

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23262.5 -> To Version 8.0.0-beta.23302.3
…609.8

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23262.5 -> To Version 8.0.0-beta.23309.8
@bricelam bricelam added area-infrastructure Issues related to our MSBuild projects and targets, build scripts, CI, etc. type-dependency update 🔼 labels Jun 12, 2023
@dotnet-maestro dotnet-maestro bot merged commit 58083cf into main Jun 12, 2023
@dotnet-maestro dotnet-maestro bot deleted the darc-main-c52e20d1-dbdf-4cb9-955e-21164ad24a95 branch June 12, 2023 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Issues related to our MSBuild projects and targets, build scripts, CI, etc. type-dependency update 🔼

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants