Skip to content

Commit

Permalink
Updating Lab Api to 0.13.3 (#2888)
Browse files Browse the repository at this point in the history
* Updating Lab Api to 0.13.3

* Fix

---------

Co-authored-by: trwalke <[email protected]>
Co-authored-by: jennyf19 <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent af0cbd4 commit 6082150
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion benchmark/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<PropertyGroup Label="Common dependency versions">
<MicrosoftIdentityLabApiVersion>0.13.2</MicrosoftIdentityLabApiVersion>
<MicrosoftIdentityLabApiVersion>0.13.3</MicrosoftIdentityLabApiVersion>
<BenchmarkDotNetVersion>0.13.12</BenchmarkDotNetVersion>
<BenchmarkDotNetDiagnosticsWindowsVersion>0.13.12</BenchmarkDotNetDiagnosticsWindowsVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!--CVE-2021-24112-->
<SystemDrawingCommonVersion>5.0.3</SystemDrawingCommonVersion>
<SystemManagementVersion>8.0.0</SystemManagementVersion>
<MicrosoftIdentityLabApiVersion>0.13.2</MicrosoftIdentityLabApiVersion>
<MicrosoftIdentityLabApiVersion>0.13.3</MicrosoftIdentityLabApiVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.8" />
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.2" />
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.3" />

</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.8" />
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.2" />
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.3" />
</ItemGroup>

<ItemGroup Condition="'$(UseWilson7)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.2" />
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.2" />
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
Expand Down

0 comments on commit 6082150

Please sign in to comment.