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
Currently the .test project targets net6.0-windows because it has a reference to the .client (WPF) project and has units test that test the windows desktop application.
When I run the upgrader, it changes the WPF client project appropriately from net6.0-windows to net9.0-windows, however it changes the .test project from .net6.0-windows to just .net9.0. This breaks as a net9.0 project cannot reference another project that is a net9.0-windows project.
The upgrade-assistant should be more aware when upgrading the test project and preserve the -windows state when migrating to the new target.
The text was updated successfully, but these errors were encountered:
I have a solution with 4 projects.
Currently the .test project targets net6.0-windows because it has a reference to the .client (WPF) project and has units test that test the windows desktop application.
When I run the upgrader, it changes the WPF client project appropriately from net6.0-windows to net9.0-windows, however it changes the .test project from .net6.0-windows to just .net9.0. This breaks as a net9.0 project cannot reference another project that is a net9.0-windows project.
The upgrade-assistant should be more aware when upgrading the test project and preserve the
-windows
state when migrating to the new target.The text was updated successfully, but these errors were encountered: