Skip to content

Commit

Permalink
Update package information
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaLee committed Oct 15, 2019
1 parent c328997 commit 436a76a
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,25 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.0.1-alpha1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/HamzaLee/dotnetcore-di-interception</RepositoryUrl>
<PackageProjectUrl>https://github.com/HamzaLee/dotnetcore-di-interception</PackageProjectUrl>
<Copyright>Hamza Lee - 2019</Copyright>
<RepositoryType>git</RepositoryType>
<Authors>Hamza Lee</Authors>
<Description>The package adds interception to the default dependency injection container.</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Castle.Core.AsyncInterceptor" Version="1.7.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 436a76a

Please sign in to comment.