You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
838 B
25 lines
838 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\build\packages.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net461</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Description>Entity Framework 6.x stores for OpenIddict.</Description>
|
|
<Authors>Kévin Chalet</Authors>
|
|
<PackageTags>aspnetcore;authentication;jwt;openidconnect;openiddict;security</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\OpenIddict.Core\OpenIddict.Core.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Stores\OpenIddict.Stores.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="EntityFramework" Version="$(EntityFrameworkVersion)" />
|
|
<PackageReference Include="JetBrains.Annotations" Version="$(JetBrainsVersion)" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|