From 55943dc03f90b27a529f7f830361407e08071755 Mon Sep 17 00:00:00 2001 From: Robert Coltheart Date: Mon, 10 Jun 2019 23:37:09 +0800 Subject: [PATCH] Update json.net and packages (#91) --- .../SpeakEasy.IntegrationTests.csproj | 14 +++++++------- .../SpeakEasy.Specifications.csproj | 10 +++++----- src/SpeakEasy.Specifications/app.config | 11 ----------- src/SpeakEasy/SpeakEasy.csproj | 2 +- src/packages/repositories.config | 6 ------ 5 files changed, 13 insertions(+), 30 deletions(-) delete mode 100644 src/SpeakEasy.Specifications/app.config delete mode 100644 src/packages/repositories.config diff --git a/src/SpeakEasy.IntegrationTests/SpeakEasy.IntegrationTests.csproj b/src/SpeakEasy.IntegrationTests/SpeakEasy.IntegrationTests.csproj index 4b4d36a..a729aae 100644 --- a/src/SpeakEasy.IntegrationTests/SpeakEasy.IntegrationTests.csproj +++ b/src/SpeakEasy.IntegrationTests/SpeakEasy.IntegrationTests.csproj @@ -14,16 +14,16 @@ - - - - + + + + - + - + - + all runtime; build; native; contentfiles; analyzers diff --git a/src/SpeakEasy.Specifications/SpeakEasy.Specifications.csproj b/src/SpeakEasy.Specifications/SpeakEasy.Specifications.csproj index 91033ee..e51af7d 100644 --- a/src/SpeakEasy.Specifications/SpeakEasy.Specifications.csproj +++ b/src/SpeakEasy.Specifications/SpeakEasy.Specifications.csproj @@ -14,11 +14,11 @@ - - - - - + + + + + diff --git a/src/SpeakEasy.Specifications/app.config b/src/SpeakEasy.Specifications/app.config deleted file mode 100644 index fa66e8c..0000000 --- a/src/SpeakEasy.Specifications/app.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/src/SpeakEasy/SpeakEasy.csproj b/src/SpeakEasy/SpeakEasy.csproj index c1a4e6d..96f847e 100644 --- a/src/SpeakEasy/SpeakEasy.csproj +++ b/src/SpeakEasy/SpeakEasy.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/packages/repositories.config b/src/packages/repositories.config deleted file mode 100644 index f066524..0000000 --- a/src/packages/repositories.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file