File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Ix.NET/Source/System.Linq.Async Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 26
26
</ItemGroup >
27
27
28
28
<ItemGroup >
29
- <PackageReference Condition =" '$(TargetFramework)' != 'netcoreapp3.1' and '$(TargetFramework)' != 'netstandard2.1 ' " Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 6.0.0" />
29
+ <PackageReference Condition =" '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'netstandard2.0 ' " Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 6.0.0" />
30
30
<ReferenceAssemblyProjectReference Include =" ..\refs\System.Linq.Async.Ref\System.Linq.Async.Ref.csproj" />
31
31
<ProjectReference Include =" ..\System.Linq.Async.SourceGenerator\System.Linq.Async.SourceGenerator.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" Private =" false" />
32
32
</ItemGroup >
You can’t perform that action at this time.
0 commit comments