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 26
26
</ItemGroup >
27
27
28
28
<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" />
30
30
<ReferenceAssemblyProjectReference Include =" ..\refs\System.Linq.Async.Ref\System.Linq.Async.Ref.csproj" />
31
31
<ProjectReference Include =" ..\System.Linq.Async.SourceGenerator\System.Linq.Async.SourceGenerator.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" Private =" false" />
32
32
</ItemGroup >
Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<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" />
14
14
<ProjectReference Include =" ..\..\System.Linq.Async.SourceGenerator\System.Linq.Async.SourceGenerator.csproj"
15
15
OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" Private =" false" >
16
16
<!-- Remove all the properties set by ReferenceAssemblyProjectReference, because they cause build failures. -->
You can’t perform that action at this time.
0 commit comments