Ocelot/test/Ocelot.UnitTests/RouterMiddlwareTests.cs
2016-06-29 21:33:51 +01:00

17 lines
452 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Ocelot.UnitTests
{
// This project can output the Class library as a NuGet Package.
// To enable this option, right-click on the project and select the Properties menu item. In the Build tab select "Produce outputs on build".
public class RouterMiddlwareTests
{
public RouterMiddlwareTests()
{
}
}
}