Skip to content

Commit

Permalink
Merge pull request #172 from hazzik/patch-1
Browse files Browse the repository at this point in the history
Replace Microsoft.AspNetCore.Http.Abstractions with Microsoft.AspNetCore.App
  • Loading branch information
cnblogs-dudu authored Nov 4, 2022
2 parents 50e857e + 97847ec commit c034004
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Enyim.Caching/Enyim.Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net6.0'">
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
Expand Down

0 comments on commit c034004

Please sign in to comment.