Skip to content

Commit

Permalink
Updating Lab.Api to 0.13.1 (#2772) (#2773)
Browse files Browse the repository at this point in the history
* Updating Lab.Api to 0.13.1 (#2772)

Co-authored-by: trwalke <trwalke@microsoft.com>

* Resolving test issue

---------

Co-authored-by: trwalke <trwalke@microsoft.com>
  • Loading branch information
trwalke and trwalke authored Apr 18, 2024
1 parent 6e7051b commit c99f631
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.12.2</MicrosoftIdentityLabApiVersion>
<MicrosoftIdentityLabApiVersion>0.13.1</MicrosoftIdentityLabApiVersion>
<BenchmarkDotNetVersion>0.13.12</BenchmarkDotNetVersion>
<BenchmarkDotNetDiagnosticsWindowsVersion>0.13.12</BenchmarkDotNetDiagnosticsWindowsVersion>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/DevApps/ciam/myWebApp/myWebApp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-myWebApp-23b8728b-775f-4796-8b63-e85cbaccc27c</UserSecretsId>
Expand Down
2 changes: 1 addition & 1 deletion tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!--CVE-2021-24112-->
<SystemDrawingCommonVersion>5.0.3</SystemDrawingCommonVersion>
<SystemManagementVersion>8.0.0</SystemManagementVersion>
<MicrosoftIdentityLabApiVersion>0.12.2</MicrosoftIdentityLabApiVersion>
<MicrosoftIdentityLabApiVersion>0.13.1</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.12.2" />
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.1" />

</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.12.2" />
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.1" />
</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.12.2" />
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.1" />
</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.12.2" />
<PackageReference Include="Microsoft.Identity.Lab.Api" Version="0.13.1" />
<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 c99f631

Please sign in to comment.