dotnet-installer/test/Microsoft.DotNet.ProjectJsonMigration.Tests/Transforms/GivenAnIncludeContextTransformation.cs

13 lines
269 B
C#
Raw Normal View History

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
namespace Microsoft.DotNet.Migration.Tests
{
public class GivenAnIncludeContextTransformation
{
}
}