Skip to content

Commit ee18fe9

Browse files
Merge pull request #1637 from dotnet/dependabot/nuget/Ix.NET/Source/Microsoft.Bcl.AsyncInterfaces-6.0.0
2 parents 624c32a + fdc27ad commit ee18fe9

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
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.1' and '$(TargetFramework)' != 'netstandard2.1' " Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
29+
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.1' and '$(TargetFramework)' != 'netstandard2.1' " Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
3030
<ReferenceAssemblyProjectReference Include="..\refs\System.Linq.Async.Ref\System.Linq.Async.Ref.csproj" />
3131
<ProjectReference Include="..\System.Linq.Async.SourceGenerator\System.Linq.Async.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" Private="false" />
3232
</ItemGroup>

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.1' and '$(TargetFramework)' != 'netstandard2.1' "
13-
Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
13+
Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
1414
<ProjectReference Include="..\..\System.Linq.Async.SourceGenerator\System.Linq.Async.SourceGenerator.csproj"
1515
OutputItemType="Analyzer" ReferenceOutputAssembly="false" Private="false">
1616
<!-- Remove all the properties set by ReferenceAssemblyProjectReference, because they cause build failures. -->

0 commit comments

Comments
 (0)