Skip to content

Commit

Permalink
fix: add project reference to dynamodb models
Browse files Browse the repository at this point in the history
  • Loading branch information
ahanoff committed Feb 5, 2024
1 parent eeb960a commit 094dfd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/OpenIddict.DynamoDb/OpenIddict.DynamoDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenIddict.Abstractions" Version="5.0.1" />
<ProjectReference Include="..\OpenIddict.DynamoDb.Models\OpenIddict.DynamoDb.Models.csproj" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\OpenIddict.DynamoDb.Models\OpenIddict.DynamoDb.Models.csproj" />
<PackageReference Include="ahanoff.OpenIddict.DynamoDb.Models" Version="0.1.0-alpha1" />
<PackageReference Include="OpenIddict.Core" Version="5.1.0" />
</ItemGroup>

</Project>

0 comments on commit 094dfd0

Please sign in to comment.