Skip to content

Update Microsoft.Identity.Lab.Api NuGet package to version 2.0.1#3800

Merged
gladjohn merged 2 commits intomasterfrom
copilot/update-microsoft-identity-lab-api-version-again
Apr 30, 2026
Merged

Update Microsoft.Identity.Lab.Api NuGet package to version 2.0.1#3800
gladjohn merged 2 commits intomasterfrom
copilot/update-microsoft-identity-lab-api-version-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 30, 2026

Upgrades the Microsoft.Identity.Lab.Api NuGet dependency to 2.0.1 across all reference points in the repo.

Changes

  • benchmark/Directory.Build.props and tests/Directory.Build.props — bump MicrosoftIdentityLabApiVersion property from 2.0.02.0.1; this cascades to the six test/benchmark projects that consume $(MicrosoftIdentityLabApiVersion)
  • Four tools/CrossPlatformValidator/... projects — update hard-coded Version="2.0.0"Version="2.0.1" on the Microsoft.Identity.Lab.Api PackageReference in Benchmark.csproj, BenchmarkCSharp.csproj, CSharpConsoleApp.csproj, and CrossPlatformValidatorTests.csproj
Original prompt

Update all references to the Microsoft.Identity.Lab.Api NuGet package from version 2.0.0 to 2.0.1 across the repository.

Files to update

1. MSBuild property definitions (MicrosoftIdentityLabApiVersion)

Change <MicrosoftIdentityLabApiVersion>2.0.0</MicrosoftIdentityLabApiVersion> to <MicrosoftIdentityLabApiVersion>2.0.1</MicrosoftIdentityLabApiVersion> in:

  • benchmark/Directory.Build.props
  • tests/Directory.Build.props

These two property definitions cover the following projects (which already use $(MicrosoftIdentityLabApiVersion) and require no further changes):

  • tests/E2E Tests/WebAppUiTests/WebAppUiTests.csproj
  • tests/E2E Tests/TokenAcquirerTests/TokenAcquirerTests.csproj
  • tests/E2E Tests/IntegrationTestService/IntegrationTestService.csproj
  • tests/Microsoft.Identity.Web.Test.Common/Microsoft.Identity.Web.Test.Common.csproj
  • tests/Microsoft.Identity.Web.Test.Integration/Microsoft.Identity.Web.Test.Integration.csproj
  • tests/PerformanceTests/Microsoft.Identity.Web.Perf.Benchmark/Microsoft.Identity.Web.Perf.Benchmark.csproj

2. Hard-coded Version="2.0.0" PackageReferences

Update <PackageReference Include="Microsoft.Identity.Lab.Api" Version="2.0.0" /> to Version="2.0.1" in:

  • tools/CrossPlatformValidator/CrossPlatformValidation/Benchmark/Benchmark.csproj
  • tools/CrossPlatformValidator/CrossPlatformValidation/BenchmarkCSharp/BenchmarkCSharp.csproj
  • tools/CrossPlatformValidator/CrossPlatformValidation/CSharpConsoleApp/CSharpConsoleApp.csproj
  • tools/CrossPlatformValidator/CrossPlatformValidation/CrossPlatformValidatorTests/CrossPlatformValidatorTests.csproj

Verification

  • Grep the repo for Microsoft.Identity.Lab.Api and confirm no 2.0.0 references remain.
  • Restore and build the solution.
  • Run the full test suite that runs in CI for this repository and ensure it passes. Include the test results / CI status in the PR description.

No source code changes are required — this is a package-version bump only.

The following is the prior conversation context from the user's chat exploration (may be truncated):

User: please update all Microsoft.Identity.Lab.Api referecneas to 2.0.1 from 2.0.0

run full tests

Assistant: I've dispatched the coding agent to bump Microsoft.Identity.Lab.Api from 2.0.02.0.1 everywhere it's referenced (the two Directory.Build.props files defining MicrosoftIdentityLabApiVersion, plus four hard-coded references under tools/CrossPlatformValidator/...) and to run the full test suite. The agent will open a PR with the changes and CI results — I'll continue once you respond to the confirmation dialog.

This pull request was created from Copilot chat.

@gladjohn gladjohn marked this pull request as ready for review April 30, 2026 12:28
@gladjohn gladjohn requested a review from a team as a code owner April 30, 2026 12:28
Copilot AI changed the title [WIP] Update Microsoft.Identity.Lab.Api NuGet package to version 2.0.1 Bump Microsoft.Identity.Lab.Api from 2.0.0 to 2.0.1 Apr 30, 2026
Copilot AI requested a review from gladjohn April 30, 2026 12:30
@gladjohn
Copy link
Copy Markdown
Contributor

@gladjohn gladjohn changed the title Bump Microsoft.Identity.Lab.Api from 2.0.0 to 2.0.1 Update Microsoft.Identity.Lab.Api NuGet package to version 2.0.1 Apr 30, 2026
@gladjohn gladjohn merged commit 79a9fc1 into master Apr 30, 2026
6 checks passed
@gladjohn gladjohn deleted the copilot/update-microsoft-identity-lab-api-version-again branch April 30, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants