Skip to content

Commit f12be00

Browse files
committed
fixup csproj - no longer need framework backref
1 parent 9d243dc commit f12be00

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

Diff for: src/Caching/Hybrid/test/Microsoft.Extensions.Caching.Hybrid.Tests.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10+
<Reference Include="Microsoft.Extensions.Caching.Abstractions" />
1011
<Reference Include="Microsoft.Extensions.Caching.Hybrid" />
1112
<Reference Include="Microsoft.Extensions.Configuration.Json" />
1213
<Reference Include="Microsoft.Extensions.Caching.StackExchangeRedis" />

Diff for: src/Caching/SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
<Reference Include="Microsoft.Extensions.Options" />
2121
<Reference Include="Microsoft.Data.SqlClient" />
2222
<Reference Include="Azure.Identity" />
23-
24-
<!-- temporary until we can move IBufferDistributedCache to Microsoft.Extensions.Caching.Abstractions-->
25-
<Reference Include="Microsoft.Extensions.Caching.Hybrid" />
2623
</ItemGroup>
2724

2825
<ItemGroup>

Diff for: src/Caching/StackExchangeRedis/src/Microsoft.Extensions.Caching.StackExchangeRedis.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
1616
<Reference Include="Microsoft.Extensions.Options" />
1717
<Reference Include="StackExchange.Redis" />
18-
19-
<!-- temporary until we can move IBufferDistributedCache to Microsoft.Extensions.Caching.Abstractions-->
20-
<Reference Include="Microsoft.Extensions.Caching.Hybrid" />
2118
</ItemGroup>
2219

2320
<ItemGroup>

0 commit comments

Comments
 (0)