This repo contains core functionality needed to create .NET Core projects, that is shared between VisualStudio and CLI.
- MSBuild tasks can be found under /src/Tasks/Microsoft.NET.Build.Tasks/.
Please refer to dotnet/cli for .NET Core CLI source code, and to dotnet/project-system for the project system work that is specific to Visual Studio.
Windows x64 |
---|
To test your locally built SDK, run eng\dogfood.cmd
after building. That script starts a new Powershell with the environment configured to redirect SDK resolution to your build.
From that shell your SDK will be available in:
- any Visual Studio instance launched (via
& devenv.exe
) dotnet build
msbuild
We welcome you to try things out, file issues, make feature requests and join us in design conversations.
This project has adopted a code of conduct adapted from the Contributor Covenant to clarify expected behavior in our community. This code of conduct has been adopted by many other projects. For more information see Contributors Code of conduct.