mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-25 00:32:50 +08:00
17 lines
452 B
C#
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()
|
|
{
|
|
}
|
|
}
|
|
}
|