2016-08-22 12:24:10 -07:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Threading.Tasks;
|
2016-08-23 13:50:05 -07:00
|
|
|
|
using Microsoft.DotNet.ProjectJsonMigration.Transforms;
|
2016-08-22 12:24:10 -07:00
|
|
|
|
|
2016-09-14 15:30:11 -07:00
|
|
|
|
namespace Microsoft.DotNet.ProjectJsonMigration.Tests
|
2016-08-22 12:24:10 -07:00
|
|
|
|
{
|
|
|
|
|
public class GivenAnIncludeContextTransformation
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|