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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net472;net48; netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks >
5
5
<Authors >Alex Peck</Authors >
6
6
<Company />
7
7
<Product >BitFaster.Caching</Product >
39
39
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
40
40
</ItemGroup >
41
41
42
- <ItemGroup Condition =" '$(TargetFramework)' == 'net472' or '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'netstandard2.0'" >
42
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
43
43
<PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" />
44
44
</ItemGroup >
45
45
You can’t perform that action at this time.
0 commit comments