diff --git a/src/Orion.Api/Orion.Api.csproj b/src/Orion.Api/Orion.Api.csproj index 7b45c44..cf20cb1 100644 --- a/src/Orion.Api/Orion.Api.csproj +++ b/src/Orion.Api/Orion.Api.csproj @@ -18,13 +18,13 @@ all - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Orion.Data/Orion.Data.csproj b/src/Orion.Data/Orion.Data.csproj index 37c8c65..192ae62 100644 --- a/src/Orion.Data/Orion.Data.csproj +++ b/src/Orion.Data/Orion.Data.csproj @@ -11,9 +11,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Orion.Data/Repository/Generic/BaseEntityRepository.cs b/src/Orion.Data/Repository/Generic/BaseEntityRepository.cs index 0877d30..cb2172c 100644 --- a/src/Orion.Data/Repository/Generic/BaseEntityRepository.cs +++ b/src/Orion.Data/Repository/Generic/BaseEntityRepository.cs @@ -11,7 +11,7 @@ namespace Orion.Data.Repository.Generic { - public abstract class BaseEntityRepository : IBaseEntityRepository where T : BaseEntity + internal abstract class BaseEntityRepository : IBaseEntityRepository where T : BaseEntity { protected DataContext DataContext { get; } diff --git a/src/Orion.Resources/Orion.Resources.csproj b/src/Orion.Resources/Orion.Resources.csproj index 36a9818..46e1a20 100644 --- a/src/Orion.Resources/Orion.Resources.csproj +++ b/src/Orion.Resources/Orion.Resources.csproj @@ -11,7 +11,7 @@ - + diff --git a/tests/Orion.Test/Orion.Test.csproj b/tests/Orion.Test/Orion.Test.csproj index 439dc4c..b033c34 100644 --- a/tests/Orion.Test/Orion.Test.csproj +++ b/tests/Orion.Test/Orion.Test.csproj @@ -17,18 +17,18 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - + + + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - +