File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
refs/System.Linq.Async.Ref Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
</ItemGroup >
24
24
25
25
<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" />
27
27
<ReferenceAssemblyProjectReference Include =" ..\refs\System.Linq.Async.Ref\System.Linq.Async.Ref.csproj" />
28
28
</ItemGroup >
29
29
Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<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" />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments