Skip to content

Commit 4d4529d

Browse files
Bump Microsoft.Bcl.AsyncInterfaces from 1.0.0 to 1.1.0 in /Ix.NET/Source
Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/corefx) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](dotnet/corefx@v1.0.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent e9bd7e0 commit 4d4529d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Ix.NET/Source/System.Linq.Async/System.Linq.Async.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' and '$(TargetFramework)' != 'netstandard2.1' " Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
26+
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' and '$(TargetFramework)' != 'netstandard2.1' " Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0" />
2727
<ReferenceAssemblyProjectReference Include="..\refs\System.Linq.Async.Ref\System.Linq.Async.Ref.csproj" />
2828
</ItemGroup>
2929

Ix.NET/Source/refs/System.Linq.Async.Ref/System.Linq.Async.Ref.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' and '$(TargetFramework)' != 'netstandard2.1' "
13-
Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
13+
Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)