Skip to content

Commit

Permalink
Replace package reference with project reference in EfficientDynamoDb…
Browse files Browse the repository at this point in the history
….Credentials.AWSSDK

The "EfficientDynamoDb" package reference was removed from the EfficientDynamoDb.Credentials.AWSSDK.csproj file. Instead, a reference to the EfficientDynamoDb project has been added. This change aims at a more direct reference, bypassing the need for the package and facilitating project management.
  • Loading branch information
devtekve committed May 11, 2024
1 parent c8cc552 commit 7310f23
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.7.303.28" />
<PackageReference Include="EfficientDynamoDb" Version="0.9.15" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -40,4 +39,8 @@
<None Include="../../README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\EfficientDynamoDb\EfficientDynamoDb.csproj" />
</ItemGroup>

</Project>

0 comments on commit 7310f23

Please sign in to comment.