Skip to content

Commit

Permalink
Updating to v5 of Specificatin, release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Mar 10, 2021
1 parent 1caec48 commit aab6066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ public interface IRepository<T> : IRepositoryBase<T> where T : class, IAggregate
{
}

// You can add your own interface or extend the one provided in Ardalis.Specification, which is designed
// to work with specifications
//
//public interface IRepository
//{
// Task<T> GetByIdAsync<T, TId>(TId id) where T : BaseEntity<TId>, IAggregateRoot;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ardalis.Specification" Version="5.0.2-beta" />
<PackageReference Include="Ardalis.Specification" Version="5.0.3" />
<PackageReference Include="MediatR" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
Expand Down

0 comments on commit aab6066

Please sign in to comment.