Skip to content

Commit a2b224e

Browse files
committed
chore: tweak csproj
1 parent 06f2748 commit a2b224e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Enyim.Caching/Enyim.Caching.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@
1919
</PropertyGroup>
2020

2121
<Choose>
22-
<When Condition="'$(TargetFramework)' == 'net6.0'">
23-
<ItemGroup>
24-
<FrameworkReference Include="Microsoft.AspNetCore.App" />
25-
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.2" />
26-
</ItemGroup>
27-
</When>
28-
<When Condition="'$(TargetFramework)' == 'net7.0'">
22+
<When Condition="'$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net7.0'">
2923
<ItemGroup>
3024
<FrameworkReference Include="Microsoft.AspNetCore.App" />
3125
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.2" />

0 commit comments

Comments
 (0)