Skip to content

Commit

Permalink
Update System.Linq.Async.Ref.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny authored Jun 14, 2019
1 parent 58a8b81 commit 13ef118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' and '$(TargetFramework)' != 'netstandard2.1' " Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview7.19314.2" />
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' and '$(TargetFramework)' != 'netstandard2.1' " Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview6.19303.8" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 13ef118

Please sign in to comment.