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.
17 lines
571 B
17 lines
571 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net461;netstandard2.0;netstandard2.1</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Description>Local server integration package for the OpenIddict validation services.</Description>
|
|
<PackageTags>$(PackageTags);server;validation</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\OpenIddict.Server\OpenIddict.Server.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Validation\OpenIddict.Validation.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|