Merging Test.Utilties with the latest code from rel/1.0.0.
This commit is contained in:
parent
b5329995d8
commit
b8dbdc29ae
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue