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 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 >
Original file line number Diff line number Diff line change 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. -->
You can’t perform that action at this time.
0 commit comments