Commit d9535ed1 authored by hasan khaddour's avatar hasan khaddour

fix s.

parent 1ea86041
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
namespace PSManagement.Presentaion.DI
{
public static class DependencyInjection
{
public static IServiceCollection AddPresentation(this IServiceCollection services)
{
return services;
}
}
}
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PSManagement.Application\PSManagement.Application.csproj" />
<ProjectReference Include="..\PSManagement.Contracts\PSManagement.Contracts.csproj" />
</ItemGroup>
</Project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment