Files
git-tfs/paket.dependencies
T
Philippe Miossec ffb194b23a Paket: Add auto detect framework used (much less noise!)
+ No need to fix version in the paket.dependencies (until we detect a problem!)
2016-10-31 15:15:08 +01:00

21 lines
702 B
Plaintext

framework: auto-detect
source https://www.nuget.org/api/v2/
//If you plan to update this file, you must first absolutly read our documentation on the subject
//because there is some subtleties on how we use it in our project:
//https://github.com/git-tfs/git-tfs/blob/master/doc/paket.md
nuget nlog
nuget NuGet.CommandLine
nuget LibGit2Sharp
nuget Microsoft.TeamFoundationServer.Client
nuget Microsoft.TeamFoundationServer.ExtendedClient
nuget WixSharp 1.0.22.3 framework: >= net40
nuget xunit
nuget xunit.assert
nuget xunit.runner.msbuild
nuget MSBuildTasks 1.4.0.45 framework: >= net40
nuget xunit.runner.visualstudio
//console runner to be able to run it in the console
nuget xunit.runner.console