Skip to content

Commit 5ce267f

Browse files
wtgodbecaptainsafia
authored andcommitted
Add direct reference to System.Runtime.Caching in tools (#59187)
* Add direct reference to System.Runtime.Caching in tools * Cachingagain * Typo
1 parent 5f19387 commit 5ce267f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eng/Dependencies.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ and are generated based on the last package release.
8989
<LatestPackageReference Include="System.Private.Uri" />
9090
<LatestPackageReference Include="System.Reflection.Metadata" />
9191
<LatestPackageReference Include="System.Runtime.InteropServices.RuntimeInformation" />
92+
<LatestPackageReference Include="System.Runtime.Caching" />
9293
<LatestPackageReference Include="System.Security.Cryptography.Pkcs" />
9394
<LatestPackageReference Include="System.Security.Cryptography.X509Certificates" />
9495
<LatestPackageReference Include="System.Security.Cryptography.Xml" />

src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<Reference Include="Microsoft.Data.SqlClient" />
1818
<Reference Include="Azure.Identity" />
1919
<Reference Include="System.Private.Uri" />
20+
<Reference Include="System.Runtime.Caching" />
2021
<Reference Include="System.Text.Json" />
2122
</ItemGroup>
2223

0 commit comments

Comments
 (0)