You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I update all of the packages they seem to update fine (the versions change in the project that was updated). However, if I rebuild the solution, the 4 packages listed above all revert back to the previous version. If I go to the nuget package manager, it shows 4 updates again.
Before update:
After update:
After building the solution:
The text was updated successfully, but these errors were encountered:
I just created an MSTest project targeting .net 9. When I go to the Nuget package manager it says I have 4 updates for the following packages:
Microsoft.NET.Test.Sdk 17.11.1 -> 17.12.0
MSTest.Analyzers 3.6.1 -> 3.6.3
MSTest.TestAdapter 3.6.1 -> 3.6.3
MSTest.TestFramework 3.6.1 -> 3.6.3
If I update all of the packages they seem to update fine (the versions change in the project that was updated). However, if I rebuild the solution, the 4 packages listed above all revert back to the previous version. If I go to the nuget package manager, it shows 4 updates again.
Before update:
After update:
After building the solution:
The text was updated successfully, but these errors were encountered: