[Archived] Various .NET command line tools. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 11bbd6df8e
Support relative paths to projects.
Resolve #170
2016-09-20 14:30:37 -07:00
src Support relative paths to projects. 2016-09-20 14:30:37 -07:00
test Support relative paths to projects. 2016-09-20 14:30:37 -07:00
tools Strong name everything. 2015-11-02 14:40:58 -08:00
.gitattributes dnx-watch -> dotnet-watch 2016-02-16 15:33:20 -08:00
.gitignore Use KillTree from Common 2016-03-16 18:02:59 -07:00
.travis.yml Increase .travis.yml consistency between repos 2016-09-04 19:37:25 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-09-17 08:39:00 -07:00
DotNetTools.sln Add dotnet-sql-cache 2016-09-19 17:09:21 -07:00
LICENSE.txt Update LICENSE.txt 2015-09-17 08:38:38 -07:00
NuGet.config Switching to dotnet.myget.org feed 2016-08-09 14:58:36 -07:00
NuGetPackageVerifier.json Add dotnet-sql-cache 2016-09-19 17:09:21 -07:00
README.md Update Travis badge 2016-09-20 10:58:28 -07:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:48 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:21 -08:00
build.ps1 Updating to release. 2016-04-06 09:45:59 -07:00
build.sh Updating to release. 2016-04-06 09:45:59 -07:00
global.json First version of dnx watch 2015-09-27 13:59:07 -07:00
makefile.shade Restore tool version to preview3 2016-09-16 10:08:57 -07: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.