Update to latest code and nugets packages
This commit is contained in:
@@ -4,7 +4,7 @@ namespace GerstITS.Examples.Logic.Example;
|
||||
|
||||
internal sealed class IntegerMapping : Profile
|
||||
{
|
||||
#region Construtcors
|
||||
#region Constructors
|
||||
|
||||
public IntegerMapping()
|
||||
{
|
||||
|
||||
@@ -31,9 +31,19 @@
|
||||
<PackageReference Include="GerstITS.IoC" />
|
||||
<PackageReference Include="GerstITS.Mapping.AutoMapper" />
|
||||
<PackageReference Include="GerstITS.Search" />
|
||||
<PackageReference Include="GerstITS.System" />
|
||||
<PackageReference Include="GerstITS.Validation" />
|
||||
<PackageReference Include="GerstITS.Web.Api" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\GerstITS.Examples.Data\GerstITS.Examples.Data.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<InternalsVisibleTo Include="GerstITS.Examples.Tests" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectCapability Include="ConfigurableFileNesting" />
|
||||
<ProjectCapability Include="ConfigurableFileNestingFeatureEnabled" />
|
||||
|
||||
@@ -9,9 +9,10 @@ public sealed partial class Module : IIoCModule<IServiceCollection>
|
||||
|
||||
public void RegisterComponents(IServiceCollection container)
|
||||
{
|
||||
RegisterCustomers(container);
|
||||
RegisterExample(container);
|
||||
RegisterShared(container);
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
@@ -4,7 +4,7 @@ using GerstITS.Data;
|
||||
|
||||
namespace GerstITS.Examples.Logic.Shared;
|
||||
|
||||
internal static class ISearchEngineExtensions
|
||||
internal static class IReadOnlyRepositoryExtensions
|
||||
{
|
||||
#region Methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user