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

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