Skip to content

Commit

Permalink
Merge pull request #4 from renepacios/fix/remove-unused-deps
Browse files Browse the repository at this point in the history
remove obsolete versión of automapper depdendency injection
  • Loading branch information
renepacios authored Feb 2, 2024
2 parents e9977f5 + f491f6c commit 17d4efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="dependencies.props" />
<PropertyGroup>
<Version>1</Version>
<FileVersion>$(Version).1.0</FileVersion>
<FileVersion>$(Version).2.0</FileVersion>
<Company>René Pacios</Company>
<Copyright>Copyright © $(Company) - $([System.DateTime]::Now.Year)</Copyright>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>$(FileVersion).0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<!--<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />-->
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />

Expand Down

0 comments on commit 17d4efb

Please sign in to comment.