sp-dev-fx-webparts/samples/react-kiota-custom-api-client/TeamifiedApi/TeamifiedApi.csproj

18 lines
665 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.25.3" />
<PackageReference Include="Microsoft.Identity.Web.TokenCache" Version="1.25.3" />
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.25.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
</Project>