Skip to content

Commit 8c13f7f

Browse files
committed
hotfix from #280 (the references are broken)
1 parent c2249d8 commit 8c13f7f

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
/2-WebApp-graph-user/2-1-Call-MSGraph/.vs
3030
/2-WebApp-graph-user/2-1-Call-MSGraph/bin
3131
/2-WebApp-graph-user/2-1-Call-MSGraph/obj
32+
/2-WebApp-graph-user/2-1-Call-MSGraph/TestResults
3233
/2-WebApp-graph-user/2-2-TokenCache/.vs
3334
/2-WebApp-graph-user/2-2-TokenCache/bin
3435
/2-WebApp-graph-user/2-2-TokenCache/obj
@@ -104,16 +105,15 @@
104105
/4-WebApp-your-API/Client/bin/Release/netcoreapp2.2
105106
/4-WebApp-your-API/Client/obj/Debug/netcoreapp2.2
106107
/4-WebApp-your-API/Client/obj/Release/netcoreapp2.2
107-
/Microsoft.Identity.Web.Test/obj/Release/netcoreapp2.2
108-
/Microsoft.Identity.Web.Test/obj/Debug/netcoreapp2.2
109-
/5-WebApp-AuthZ/5-2-Groups/bin/Release/netcoreapp2.2
110-
/5-WebApp-AuthZ/5-1-Roles/bin/Release/netcoreapp2.2
108+
/Microsoft.Identity.Web.Test/obj
109+
/Microsoft.Identity.Web.Test/bin
110+
/5-WebApp-AuthZ/5-2-Groups/bin
111+
/5-WebApp-AuthZ/5-1-Roles/bin
111112
/4-WebApp-your-API/TodoListService/obj
112113
/4-WebApp-your-API/TodoListService/bin
113114
/4-WebApp-your-API/Client/obj
114-
/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/bin/Debug/netcoreapp2.2
115+
/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/bin
115116
/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/obj
116-
/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/bin/Release/netcoreapp2.2
117117
/Microsoft.Identity.Web.Test/bin/Release/netcoreapp2.2
118118
/Microsoft.Identity.Web.Test/obj
119119
/4-WebApp-your-API/4-2-B2C/.vs

2-WebApp-graph-user/2-1-Call-MSGraph/WebApp-OpenIDConnect-DotNet.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="3.0.0" />
2221
<PackageReference Include="Microsoft.Graph" Version="1.14.0" />
2322
</ItemGroup>
2423

Microsoft.Identity.Web/Microsoft.Identity.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
</PropertyGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="3.1.1" />
57-
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="3.1.1" />
56+
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="3.1.0" />
57+
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="3.1.0" />
5858
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.1" />
5959
<PackageReference Include="Microsoft.Identity.Client" Version="4.8.1" />
6060
</ItemGroup>

0 commit comments

Comments
 (0)