Alright, so with VS22 installed i am still getting an error, it's just a totally different error, as well as two warnings, here they are.
Severity Code Description Project File Line Suppression State
Error NU1605 Detected package downgrade: Microsoft.Xaml.Behaviors.Wpf from 1.1.31 to 1.1.19. Reference the package directly from the project to select a different version.
Core -> Noesis.GUI.Extensions 3.0.8 -> Microsoft.Xaml.Behaviors.Wpf (>= 1.1.31)
Core -> Microsoft.Xaml.Behaviors.Wpf (>= 1.1.19) AtomicTorch.CBND.CoreMod C:\Users\adank\Desktop\CryofallWorkingDir\Cryofall\Core\Core.cpk\AtomicTorch.CBND.CoreMod.csproj 1
The two warnings are as follows...
Severity Code Description Project File Line Suppression State
Warning NETSDK1137 It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesk top SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'. AtomicTorch.CBND.CoreMod C:\Program Files\dotnet\sdk\7.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets 153
So this warning disappeared, while attempting to resolve the warning below ( NU1701 ), I re-installed .net 6.0 package, just to make absolutely sure it was installed correctly for vs22, and i guess that resolved THIS warning ( NETSDK1137 ) ? Either way, it's gone now.
Severity Code Description Project File Line Suppression State
Warning NU1701 Package 'Noesis.GUI.Extensions 3.0.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project. AtomicTorch.CBND.CoreMod C:\Users\adank\Desktop\CryofallWorkingDir\Cryofall\Core\Core.cpk\AtomicTorch.CBND.CoreMod.csproj 1
For this warning, it looks like i have to change the project's target framework , how do i go about doing that in vs22?
Edit: So i right clicked the project in the project explorer and went to properties, under properties its stating that the projects target framework is .NET 6.0, so im confused here....
Almost there lol, thanks for all the help so far AI, I'm looking forward to finishing this contribution to the cryofall community.