From f363617a834516470be360748bc41584b90da167 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Tue, 25 Oct 2016 19:19:43 +0100 Subject: [PATCH] Added yaml dependency --- src/Ocelot/project.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ocelot/project.json b/src/Ocelot/project.json index a09024ca..be863a69 100644 --- a/src/Ocelot/project.json +++ b/src/Ocelot/project.json @@ -19,6 +19,7 @@ "Microsoft.AspNetCore.Http": "1.0.0", "System.Text.RegularExpressions": "4.1.0", "YamlDotNet": "3.9.0", + "NetEscapades.Configuration.Yaml": "1.2.0", "Microsoft.AspNetCore.Authentication.OAuth": "1.0.0", "Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0", "Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0",