File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
2-WebApp-graph-user/2-1-Call-MSGraph Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ Global
30
30
{E0CEF26A-6CE6-4505-851B-6580D5564752} .Debug| Any CPU .Build .0 = Debug| Any CPU
31
31
{E0CEF26A-6CE6-4505-851B-6580D5564752} .Release| Any CPU .ActiveCfg = Release| Any CPU
32
32
{E0CEF26A-6CE6-4505-851B-6580D5564752} .Release| Any CPU .Build .0 = Release| Any CPU
33
+ {8CCEAE2A-BDF6-470C-B6DE-7FC81A74DBD7} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
34
+ {8CCEAE2A-BDF6-470C-B6DE-7FC81A74DBD7} .Debug| Any CPU .Build .0 = Debug| Any CPU
35
+ {8CCEAE2A-BDF6-470C-B6DE-7FC81A74DBD7} .Release| Any CPU .ActiveCfg = Release| Any CPU
36
+ {8CCEAE2A-BDF6-470C-B6DE-7FC81A74DBD7} .Release| Any CPU .Build .0 = Release| Any CPU
33
37
{8CC22202-F66C-4332-A4F0-A2C09EBA08EC} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
34
38
{8CC22202-F66C-4332-A4F0-A2C09EBA08EC} .Debug| Any CPU .Build .0 = Debug| Any CPU
35
39
{8CC22202-F66C-4332-A4F0-A2C09EBA08EC} .Release| Any CPU .ActiveCfg = Release| Any CPU
36
40
{8CC22202-F66C-4332-A4F0-A2C09EBA08EC} .Release| Any CPU .Build .0 = Release| Any CPU
37
- {0EEC3E2E-69D0-4A7F-98D6-4386330F4965} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
38
- {0EEC3E2E-69D0-4A7F-98D6-4386330F4965} .Debug| Any CPU .Build .0 = Debug| Any CPU
39
- {0EEC3E2E-69D0-4A7F-98D6-4386330F4965} .Release| Any CPU .ActiveCfg = Release| Any CPU
40
- {0EEC3E2E-69D0-4A7F-98D6-4386330F4965} .Release| Any CPU .Build .0 = Release| Any CPU
41
41
EndGlobalSection
42
42
GlobalSection (SolutionProperties ) = preSolution
43
43
HideSolutionNode = FALSE
Original file line number Diff line number Diff line change 55
55
<ItemGroup >
56
56
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 3.1.1" />
57
57
<PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 3.1.1" />
58
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.0.1" />
58
+ <PackageReference Include =" Microsoft.AspNetCore.DataProtection.Abstractions" Version =" 3.1.1" />
59
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.1" />
59
60
<PackageReference Include =" Microsoft.Identity.Client" Version =" 4.8.1" />
60
61
</ItemGroup >
61
62
</Project >
You can’t perform that action at this time.
0 commit comments