Merging Test.Utilties with the latest code from rel/1.0.0.

This commit is contained in:
Eric Erhardt 2016-10-11 17:20:15 -05:00
parent b5329995d8
commit b8dbdc29ae
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using Microsoft.DotNet.Cli;
using Microsoft.DotNet.Cli.Utils;
using Microsoft.DotNet.InternalAbstractions;
using Microsoft.DotNet.PlatformAbstractions;

View file

@ -2,7 +2,14 @@
"version": "1.0.0-*",
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
"buildOptions": {
"keyFile": "../../tools/Key.snk"
"keyFile": "../../tools/Key.snk",
"compile": {
"include": [
"**/*.cs",
"../../src/dotnet/DotnetFiles.cs"
]
}
},
"dependencies": {
"FluentAssertions": "4.0.0",