File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net472;net48; netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks >
55 <Authors >Alex Peck</Authors >
66 <Company />
77 <Product >BitFaster.Caching</Product >
3939 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
4040 </ItemGroup >
4141
42- <ItemGroup Condition =" '$(TargetFramework)' == 'net472' or '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'netstandard2.0'" >
42+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
4343 <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" />
4444 </ItemGroup >
4545
You can’t perform that action at this time.
0 commit comments