Skip to content

Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0 - #124

Closed
dependabot[bot] wants to merge 1 commit into
frontendfrom
dependabot/nuget/frontend/Microsoft.NET.Test.Sdk-18.9.0
Closed

Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0#124
dependabot[bot] wants to merge 1 commit into
frontendfrom
dependabot/nuget/frontend/Microsoft.NET.Test.Sdk-18.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.9.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.8.0...v18.9.0

18.8.1

What's Changed

Full Changelog: microsoft/vstest@v18.8.0...v18.8.1

18.8.0

What's Changed

Full Changelog: microsoft/vstest@v18.7.0...v18.8.0

18.7.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.6.0...v18.7.0

18.6.0

What's Changed

Changes to tests and infra

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 25, 2026
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Looks like Microsoft.NET.Test.Sdk is no longer updatable, so this is no longer needed.

@dependabot
dependabot Bot force-pushed the dependabot/nuget/frontend/Microsoft.NET.Test.Sdk-18.9.0 branch from 0041cbc to 6fddadd Compare August 25, 2026 03:18
@dependabot dependabot Bot closed this Aug 25, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/frontend/Microsoft.NET.Test.Sdk-18.9.0 branch August 25, 2026 03:19
bgard68 added a commit that referenced this pull request Aug 25, 2026
…main (#128)

This branch carries src/Lottery.Api and its CI builds and tests it, but until
the dependabot.yml entry added in #117 it was never scanned - so its packages
drifted behind main's:

  dbup-sqlserver              6.0.16  -> 7.2.0
  Microsoft.NET.Test.Sdk      17.14.1 -> 18.9.0
  xunit.runner.visualstudio   3.1.5   -> 4.0.0

Dependabot opened #122, #123 and #124 for these and all three failed the same
way: each package is CentralTransitive, so it updated Directory.Packages.props
without regenerating packages.lock.json, and CI restores with --locked-mode,
which fails NU1004. It then closed them itself as 'no longer updatable'.

Doing them together with the lock files regenerated (--force-evaluate) is what
main needed in #85 for the same dbup-sqlserver bump.

Microsoft.Data.SqlClient is deliberately left at 6.1.6: #123 proposed 7.0.2,
a major, and main is still on 6.1.6 - matching main is the target here, not
getting ahead of it.


Claude-Session: https://claude.ai/code/session_01AWkVh7cyAz1gWapBH1CY8n

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants