diff --git a/.gitpod.yml b/.gitpod.yml index 5417c79..612fb1d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -11,3 +11,4 @@ tasks: vscode: extensions: - muhammad-sammy.csharp + - esbenp.prettier-vscode diff --git a/Mesh.Service/IHarperDBConfiguration.cs b/Mesh.Service/IHarperDBConfiguration.cs new file mode 100644 index 0000000..427ad61 --- /dev/null +++ b/Mesh.Service/IHarperDBConfiguration.cs @@ -0,0 +1,13 @@ +using ; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace Mozab.Service.Comments.Services +{ + public interface IHarperConfiguration + { + HarperDbConfiguration GetHarperConfigurations(); + } +} diff --git a/dotnetcore.csproj b/dotnetcore.csproj index ddb344e..6c234cc 100644 --- a/dotnetcore.csproj +++ b/dotnetcore.csproj @@ -5,4 +5,11 @@ net6.0 + + + + + + +