mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-26 05:42:51 +08:00
9 lines
244 B
C#
9 lines
244 B
C#
namespace Ocelot.AcceptanceTests
|
|
{
|
|
public static class TestConfiguration
|
|
{
|
|
public static double Version => 1.4;
|
|
public static string ConfigurationPath => $"./bin/Debug/netcoreapp{Version}/configuration.json";
|
|
}
|
|
}
|