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.
49 lines
2.6 KiB
49 lines
2.6 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>
|
|
$(NetFrameworkTargetFrameworks);
|
|
$(NetCoreTargetFrameworks);
|
|
$(NetCoreWindowsTargetFrameworks);
|
|
$(NetStandardTargetFrameworks)
|
|
</TargetFrameworks>
|
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
|
<IncludeSymbols>false</IncludeSymbols>
|
|
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Description>Versatile OpenID Connect stack for .NET.
|
|
|
|
Note: this metapackage only references the generic core, client, server and validation packages.
|
|
To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the OpenIddict.AspNetCore or OpenIddict.Owin package.</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\OpenIddict.Abstractions\OpenIddict.Abstractions.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Client\OpenIddict.Client.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Client.SystemIntegration\OpenIddict.Client.SystemIntegration.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Client.SystemNetHttp\OpenIddict.Client.SystemNetHttp.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Client.WebIntegration\OpenIddict.Client.WebIntegration.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Core\OpenIddict.Core.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Server\OpenIddict.Server.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Validation\OpenIddict.Validation.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Validation.ServerIntegration\OpenIddict.Validation.ServerIntegration.csproj" />
|
|
<ProjectReference Include="..\OpenIddict.Validation.SystemNetHttp\OpenIddict.Validation.SystemNetHttp.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="_._" Pack="true" PackagePath="lib\net461\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\net472\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\net48\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\net6.0\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\net6.0-windows7.0\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\net6.0-windows10.0.17763\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\net7.0\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\net7.0-windows7.0\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\net7.0-windows10.0.17763\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\netstandard2.0\_._" />
|
|
<None Include="_._" Pack="true" PackagePath="lib\netstandard2.1\_._" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|