File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/EFCoreSecondLevelCacheInterceptor Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 119119 <ItemGroup Condition =" ('$(TargetFramework)' == 'net6.0')" >
120120 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" [6,)" />
121121 <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" [6,)" />
122+ <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" [6.0.2,)" />
122123 </ItemGroup >
123124 <PropertyGroup Condition =" ('$(TargetFramework)' == 'net6.0')" >
124125 <DefineConstants >NET6_0</DefineConstants >
136137 <PackageReference Include =" System.IO.Hashing" Version =" [8.0.0,)" />
137138 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" [8.0.0,)" />
138139 <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" [8.0.0,)" />
140+ <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" [8.0.1,)" />
139141 </ItemGroup >
140142 <PropertyGroup Condition =" ('$(TargetFramework)' == 'net8.0')" >
141143 <DefineConstants >NET8_0</DefineConstants >
You can’t perform that action at this time.
0 commit comments