-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMSGraph.csproj
More file actions
19 lines (16 loc) · 863 Bytes
/
Copy pathMSGraph.csproj
File metadata and controls
19 lines (16 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-MSGraph-571d8bd0-85ad-44f0-8f33-1de1085b8808</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="bootstrap" Version="5.2.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.13" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.13" NoWarn="NU1605" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.24.1" />
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.24.1" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="1.16.0" />
</ItemGroup>
</Project>