Conversation
| <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion> | ||
| <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> |
There was a problem hiding this comment.
I didn't look into the CI failures, but be careful about changing these values. One of the two values determines which version of the Windows SDK VS will look for on the machine, and if that version of the Windows SDK isn't defined in the vsconfig file that the DartLab machine uses for configuration, VS will pop up a dialog that will freeze the test until the test, or the entire pipeline, times out.
There was a problem hiding this comment.
Good catch! Thanks! Fixed.
f8e46ea to
0578302
Compare
dominoFire
left a comment
There was a problem hiding this comment.
Maybe we can use dotnet new to create new test projects on the fly.
| # Arrange | ||
| $project1 = New-ClassLibrary | ||
| $project1 | Install-Package Newtonsoft.Json -Version 5.0.6 | ||
| $project1 | Install-Package Newtonsoft.Json -Version 13.0.1 |
There was a problem hiding this comment.
Is it easy to declare a version variable so this can be updated in one place next time if needed?
* Update dependencies in E2E tests (#4767) * Fix component detection alert for microsoft.owin package (#4841) * Remove package for Microsoft.Owin in End2end test * Address component detection failure newtonsoft.json 4.0.1 (#4934) * remove unused Moq package from E2E test (#5358) --------- Co-authored-by: Heng Liu <45407901+heng-liu@users.noreply.github.com> Co-authored-by: Erick Yondon <eryondon@microsoft.com> Co-authored-by: Martin Ruiz <martin.ruiz.mares@gmail.com>
* Update dependencies in E2E tests (#4767) * Fix component detection alert for microsoft.owin package (#4841) * Remove package for Microsoft.Owin in End2end test * Address component detection failure newtonsoft.json 4.0.1 (#4934) * remove unused Moq package from E2E test (#5358) * Use net6.0-windows --------- Co-authored-by: Heng Liu <45407901+heng-liu@users.noreply.github.com> Co-authored-by: Erick Yondon <eryondon@microsoft.com> Co-authored-by: Martin Ruiz <martin.ruiz.mares@gmail.com>
Bug
Fixes: https://github.com/NuGet/Client.Engineering/issues/1818
Regression? Last working version:
Description
Update the dependency versions in E2E tests.
PR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation