Skip to content
2 changes: 1 addition & 1 deletion tests/DevApps/ciam/myWebApi/myWebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup Condition="'$(UseWIP)' == 'false' ">
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.2" />
</ItemGroup>

<ItemGroup Condition="'$(UseWIP)' == 'true' ">
Expand Down
2 changes: 1 addition & 1 deletion tests/DevApps/ciam/myWebApp/myWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(UseWIP)' == 'false' ">
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.2" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.2.0" />
</ItemGroup>

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

<ItemGroup Condition="'$(UseWip)' != 'true'">
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.2" />
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' == 'true'">
Expand Down
Loading