From b458c34520f65876e362c661ea6d6744fccf8f30 Mon Sep 17 00:00:00 2001 From: Jared Nance Date: Tue, 9 May 2017 15:13:13 -0500 Subject: [PATCH 1/2] chore(csproj): bump packages for security fix --- src/JsonApiDotNetCore/JsonApiDotNetCore.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj index d57bafccc6..bee09ee5d1 100755 --- a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj +++ b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj @@ -1,6 +1,6 @@  - 2.0.1 + 2.0.2 netstandard1.6 JsonApiDotNetCore JsonApiDotNetCore @@ -16,10 +16,10 @@ https://github.com/Research-Institute/json-api-dotnet-core - - - - - + + + + + \ No newline at end of file From f21a44ab80662c75288fa8646f96adc4cb6140e7 Mon Sep 17 00:00:00 2001 From: Jared Nance Date: Tue, 9 May 2017 15:28:29 -0500 Subject: [PATCH 2/2] fix(csproj): fix test package references --- .../JsonApiDotNetCoreExample.csproj | 25 ++++++++----------- src/JsonApiDotNetCoreExample/Program.cs | 1 - .../NoEntityFrameworkExample.csproj | 6 ++--- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj b/src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj index f49c233595..112ecce229 100755 --- a/src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj +++ b/src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj @@ -15,20 +15,17 @@ - - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/src/JsonApiDotNetCoreExample/Program.cs b/src/JsonApiDotNetCoreExample/Program.cs index 669e932b68..16f0ad10a1 100644 --- a/src/JsonApiDotNetCoreExample/Program.cs +++ b/src/JsonApiDotNetCoreExample/Program.cs @@ -17,7 +17,6 @@ public static void Main(string[] args) .UseConfiguration(config) .UseKestrel() .UseContentRoot(Directory.GetCurrentDirectory()) - .UseIISIntegration() .UseStartup() .Build(); diff --git a/src/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj b/src/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj index 510bc74533..f52ec586ff 100755 --- a/src/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj +++ b/src/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj @@ -16,9 +16,9 @@ - - - + + +