Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update Common.Security.Cryptography.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankDev117 authored Jul 25, 2023
1 parent 13f8da0 commit 9a4dbe9
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@
<TargetFramework>netstandard2.1</TargetFramework>
<RepositoryUrl>https://github.com/BlankDev117/Common.Security.Cryptography.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>DeepEquals is a fast, flexible, and simple way of comparing objects deeply.</Description>
<Description>Easy to use and flexible cryptographic library for .NET. </Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Security, Cryptography, Encryption, Decryption, Sign, Validate, Crypto, Symmetric, Asymmetric, Keys</PackageTags>
<Authors>BlankDev117</Authors>
<Title>DeepEquals</Title>
<Title>Common.Security.Cryptography</Title>
</PropertyGroup>

<PropertyGroup>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\..\README.md" Pack="true" PackagePath="\" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 9a4dbe9

Please sign in to comment.