Browse Source

Add direct reference to System.Runtime.Caching in tools (#59187)

* Add direct reference to System.Runtime.Caching in tools

* Cachingagain

* Typo
William Godbe 1 year ago
parent
commit
35c31ca295
2 changed files with 2 additions and 0 deletions
  1. 1 0
      eng/Dependencies.props
  2. 1 0
      src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj

+ 1 - 0
eng/Dependencies.props

@@ -89,6 +89,7 @@ and are generated based on the last package release.
     <LatestPackageReference Include="System.Private.Uri" />
     <LatestPackageReference Include="System.Reflection.Metadata" />
     <LatestPackageReference Include="System.Runtime.InteropServices.RuntimeInformation" />
+    <LatestPackageReference Include="System.Runtime.Caching" />
     <LatestPackageReference Include="System.Security.Cryptography.Pkcs" />
     <LatestPackageReference Include="System.Security.Cryptography.X509Certificates" />
     <LatestPackageReference Include="System.Security.Cryptography.Xml" />

+ 1 - 0
src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj

@@ -17,6 +17,7 @@
     <Reference Include="Microsoft.Data.SqlClient" />
     <Reference Include="Azure.Identity" />
     <Reference Include="System.Private.Uri" />
+    <Reference Include="System.Runtime.Caching" />
     <Reference Include="System.Text.Json" />
   </ItemGroup>