Skip to content

Commit

Permalink
Fix net48 build
Browse files Browse the repository at this point in the history
  • Loading branch information
manandre committed May 8, 2021
1 parent 9c6bb87 commit 1eb3b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<!-- Some internal types are needed, so we reference the implementation assembly, rather than the reference assembly. -->
<ProjectReference Include="..\src\System.IO.Pipelines.csproj" SkipUseReferenceAssembly="true" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
<ProjectReference Include="..\src\System.IO.Pipelines.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == '$(NetCoreAppCurrent)'">
Expand Down

0 comments on commit 1eb3b89

Please sign in to comment.