Skip to content

Commit

Permalink
fixup csproj - no longer need framework backref
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Jul 24, 2024
1 parent 9d243dc commit f12be00
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</PropertyGroup>

<ItemGroup>
<Reference Include="Microsoft.Extensions.Caching.Abstractions" />
<Reference Include="Microsoft.Extensions.Caching.Hybrid" />
<Reference Include="Microsoft.Extensions.Configuration.Json" />
<Reference Include="Microsoft.Extensions.Caching.StackExchangeRedis" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<Reference Include="Microsoft.Extensions.Options" />
<Reference Include="Microsoft.Data.SqlClient" />
<Reference Include="Azure.Identity" />

<!-- temporary until we can move IBufferDistributedCache to Microsoft.Extensions.Caching.Abstractions-->
<Reference Include="Microsoft.Extensions.Caching.Hybrid" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
<Reference Include="Microsoft.Extensions.Options" />
<Reference Include="StackExchange.Redis" />

<!-- temporary until we can move IBufferDistributedCache to Microsoft.Extensions.Caching.Abstractions-->
<Reference Include="Microsoft.Extensions.Caching.Hybrid" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f12be00

Please sign in to comment.