diff --git a/GerstITS.Examples.Api/Controllers/1.1/ExampleController.cs b/GerstITS.Examples.Api/Controllers/1.1/ExampleController.cs index 5a7923d..8a4ac9e 100644 --- a/GerstITS.Examples.Api/Controllers/1.1/ExampleController.cs +++ b/GerstITS.Examples.Api/Controllers/1.1/ExampleController.cs @@ -18,8 +18,8 @@ public class ExampleController : FluentApiControllerBase { #region Fields - private readonly IExampleProvider _provider; - + private readonly IExampleProvider _provider; + #endregion #region Constructors diff --git a/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj b/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj index 70e380f..e41cb31 100644 --- a/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj +++ b/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj @@ -39,8 +39,8 @@ - - + + @@ -51,7 +51,6 @@ - diff --git a/GerstITS.Examples.Api/appsettings.json b/GerstITS.Examples.Api/appsettings.json index 095e0ee..39c7877 100644 --- a/GerstITS.Examples.Api/appsettings.json +++ b/GerstITS.Examples.Api/appsettings.json @@ -11,7 +11,7 @@ "Swagger": { "SupportEMail": "support@example.com", "TermsOfService": "https://www.example.com/impressum/", - "Licence": { + "License": { "Name": "MIT", "Url": "https://opensource.org/licenses/MIT" } diff --git a/GerstITS.Examples.Jobs.SayHelloWorld/GerstITS.Examples.Jobs.SayHelloWorld.csproj b/GerstITS.Examples.Jobs.SayHelloWorld/GerstITS.Examples.Jobs.SayHelloWorld.csproj index 6b858a2..f69ad1c 100644 --- a/GerstITS.Examples.Jobs.SayHelloWorld/GerstITS.Examples.Jobs.SayHelloWorld.csproj +++ b/GerstITS.Examples.Jobs.SayHelloWorld/GerstITS.Examples.Jobs.SayHelloWorld.csproj @@ -32,7 +32,7 @@ - + diff --git a/GerstITS.Examples.Logic/GerstITS.Examples.Logic.csproj b/GerstITS.Examples.Logic/GerstITS.Examples.Logic.csproj index 41ed24c..533ad3c 100644 --- a/GerstITS.Examples.Logic/GerstITS.Examples.Logic.csproj +++ b/GerstITS.Examples.Logic/GerstITS.Examples.Logic.csproj @@ -32,7 +32,7 @@ - + diff --git a/GerstITS.Examples.sln b/GerstITS.Examples.sln index efc6454..2ae8973 100644 --- a/GerstITS.Examples.sln +++ b/GerstITS.Examples.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.31321.278 +# Visual Studio Version 18 +VisualStudioVersion = 18.0.11217.181 d18.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GerstITS.Examples.Api", "GerstITS.Examples.Api\GerstITS.Examples.Api.csproj", "{417B5C77-05BF-4562-9A1A-AEE0531B59C1}" EndProject