Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
System.IO.Pipelines only has a single tfm (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl authored Mar 19, 2017
1 parent dd5e004 commit 91a112c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.IO.Pipelines/System.IO.Pipelines.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\..\tools\common.props" />
<PropertyGroup>
<Description>An abstraction for doing efficient asynchronous IO</Description>
<TargetFrameworks>netstandard1.1</TargetFrameworks>
<TargetFramework>netstandard1.1</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageIconUrl>http://go.microsoft.com/fwlink/?linkid=833199</PackageIconUrl>
<!--<DefineConstants Condition="'$(Configuration)' == 'Debug'">$(DefineConstants);OPERATION_LOCATION_TRACKING;COMPLETION_LOCATION_TRACKING</DefineConstants>-->
Expand Down

0 comments on commit 91a112c

Please sign in to comment.