- .NET Standard 2.0 Cookbook
- Fiqri Ismail
- 67字
- 2025-04-04 16:57:49
Getting ready
Open Visual Studio 2017 and prepare for the project. Make sure you have completed building the .NET Standard 2.0 library in the preview build. Open that project if it's not already open and click Build | Build Solution, or press Ctrl + Shift + B, and the solution should build successfully. Everything's ready for testing our class library.