Browse Source

Backport the .csproj changes to OpenIddict 1.x

pull/670/head
Kévin Chalet 8 years ago
parent
commit
9878b71335
  1. 1
      src/OpenIddict/OpenIddict.csproj

1
src/OpenIddict/OpenIddict.csproj

@ -13,6 +13,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OpenIddict.Abstractions\OpenIddict.Abstractions.csproj" />
<ProjectReference Include="..\OpenIddict.Core\OpenIddict.Core.csproj" />
<ProjectReference Include="..\OpenIddict.Mvc\OpenIddict.Mvc.csproj" />
<ProjectReference Include="..\OpenIddict.Server\OpenIddict.Server.csproj" />

Loading…
Cancel
Save