Go to file
Nate McMaster d48f2abc7c Use MSBuild project extensions instead of importing the users project
Implicit imports prevents using <Import> on a project file that has the Sdk attribute. This change instead generates a file in the MSBuildProjectExtensionsPath to inject targets require to find the UserSecretsId property in a project.

Resolves #242
2016-12-08 09:55:22 -08:00
src Use MSBuild project extensions instead of importing the users project 2016-12-08 09:55:22 -08:00
test Use MSBuild project extensions instead of importing the users project 2016-12-08 09:55:22 -08:00
tools Throw if packing fails 2016-11-17 15:47:10 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
DotNetTools.sln Create console reporter API 2016-11-30 14:51:08 -08:00
LICENSE.txt
NuGet.config Re-add dotnet-cli feeds in order to use preview4 packages 2016-12-07 09:28:55 -08:00
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1 Pin versions 2016-11-17 14:13:21 -08:00
build.sh Pin versions 2016-11-17 14:13:21 -08:00
global.json
makefile.shade ⬆️ prerelease version 2016-11-17 14:14:06 -08:00

README.md

DotNetTools

Travis build status AppVeyor build status

The project contains command-line tools for the .NET Core SDK.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.