Update dependencies for v7.4.1#20871
Conversation
|
|
||
| <ItemGroup> | ||
| <!-- This section is to force the version of non-direct dependencies --> | ||
| <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="5.0.17" /> |
There was a problem hiding this comment.
^ Transitive
There was a problem hiding this comment.
Same question here, I wonder if this needs to be explicitly specified.
| <PackageReference Include="System.ServiceModel.Primitives" Version="4.10.3" /> | ||
| <PackageReference Include="System.ServiceModel.Security" Version="4.10.3" /> | ||
| <PackageReference Include="System.Private.ServiceModel" Version="4.10.3" /> | ||
| <PackageReference Include="System.Web.Services.Description" Version="4.10.3" /> |
There was a problem hiding this comment.
^ Transitive
| <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" /> | ||
| <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" /> | ||
| <!-- This section is to force the version of non-direct dependencies --> | ||
| <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.2" /> |
There was a problem hiding this comment.
^ Transitive
| <PackageReference Include="JsonSchema.Net" Version="5.2.6" /> | ||
| <PackageReference Include="JsonSchema.Net" Version="5.2.7" /> | ||
| <!-- This section is to force the version of non-direct dependencies --> | ||
| <PackageReference Include="Json.More.Net" Version="1.9.2" /> |
There was a problem hiding this comment.
^ Transitive
There was a problem hiding this comment.
If we didn't add this transitive package in the GA release, why do we need to add it now?
| <PackageReference Include="JsonSchema.Net" Version="5.2.6" /> | ||
| <PackageReference Include="JsonSchema.Net" Version="5.2.7" /> | ||
| <!-- This section is to force the version of non-direct dependencies --> | ||
| <PackageReference Include="Json.More.Net" Version="1.9.2" /> |
There was a problem hiding this comment.
If we didn't add this transitive package in the GA release, why do we need to add it now?
|
|
||
| <ItemGroup> | ||
| <!-- This section is to force the version of non-direct dependencies --> | ||
| <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="5.0.17" /> |
There was a problem hiding this comment.
Same question here, I wonder if this needs to be explicitly specified.
| <PackageReference Include="System.ServiceModel.Primitives" Version="4.10.3" /> | ||
| <PackageReference Include="System.ServiceModel.Security" Version="4.10.3" /> | ||
| <PackageReference Include="System.Private.ServiceModel" Version="4.10.3" /> | ||
| <PackageReference Include="System.Web.Services.Description" Version="4.10.3" /> |
| <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" /> | ||
| <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" /> | ||
| <!-- This section is to force the version of non-direct dependencies --> | ||
| <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.2" /> |
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="xunit" Version="2.5.0" /> | ||
| <PackageReference Include="xunit" Version="2.5.3" /> |
There was a problem hiding this comment.
Moving to 2.5.3 causes xUnit test to fail. I didn't look closely and thus not sure why.
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
| <PrivateAssets>all</PrivateAssets> |
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
The markdown link test failure is not related to the changes in this PR. |
PR Summary
Updating dependencies for release v7.4.1
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).