|
|
|
@ -22,4 +22,12 @@ To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the |
|
|
|
<ProjectReference Include="..\OpenIddict.Validation.SystemNetHttp\OpenIddict.Validation.SystemNetHttp.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\net461\_._" /> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\netcoreapp2.1\_._" /> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\netcoreapp3.1\_._" /> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\netstandard2.0\_._" /> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\netstandard2.1\_._" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|