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 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 @@ - - - + + +