Skip to content
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

[main] Update dependencies from dotnet/arcade #2117

Merged
merged 5 commits into from
Jun 12, 2023

Conversation

dotnet-maestro[bot]
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)

…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
5 checks passed
@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.

None yet

3 participants