PrismLibrary / Prism

Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
Other
6.32k stars 1.64k forks source link

Why doesn't https://github.com/PrismLibrary/Prism/tree/v7.2.0.1422 source code in visual studio 2019 #2189

Closed stevensrf11 closed 4 years ago

stevensrf11 commented 4 years ago

Not sure if this is a bug. The source code reference by nuget at https://github.com/PrismLibrary/Prism/tree/v7.2.0.1422 does not load any projects in Visual Studio 2019 when loading the PrismLibrary.sln? See attached image aaa

stevensrf11 commented 4 years ago

If anyone had the same problem as stated above. The problem is in the global.json file. The sdk has to coincide in the file with the version of Visual Studio 2019 . For example I am using VS 2019 version 16.7.1 So the sdk version is 3.1.401 { "sdk": { "version": "3.1.401" }, "msbuild-sdks": { "MSBuild.Sdk.Extras": "2.0.54" } } Here is a link for what version is assoicated with each version of VS 2019. https://dotnet.microsoft.com/download/dotnet-core/3.1