CoreDdd.AspNet
3.0.36
See the version list below for details.
dotnet add package CoreDdd.AspNet --version 3.0.36
NuGet\Install-Package CoreDdd.AspNet -Version 3.0.36
<PackageReference Include="CoreDdd.AspNet" Version="3.0.36" />
<PackageVersion Include="CoreDdd.AspNet" Version="3.0.36" />
<PackageReference Include="CoreDdd.AspNet" />
paket add CoreDdd.AspNet --version 3.0.36
#r "nuget: CoreDdd.AspNet, 3.0.36"
#addin nuget:?package=CoreDdd.AspNet&version=3.0.36
#tool nuget:?package=CoreDdd.AspNet&version=3.0.36
ASP.NET unit of work modules for CoreDdd library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 is compatible. net452 was computed. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.1 | 730 | 3/25/2020 |
3.2.0 | 1,061 | 11/29/2018 |
3.1.0 | 739 | 11/28/2018 |
3.0.36 | 759 | 11/6/2018 |
3.0.34 | 845 | 10/22/2018 |
3.0.33 | 784 | 10/17/2018 |
3.0.32 | 813 | 10/3/2018 |
3.0.31 | 850 | 9/11/2018 |
3.0.30 | 829 | 9/11/2018 |
3.0.29 | 871 | 9/6/2018 |
3.0.28 | 838 | 9/4/2018 |
3.0.27 | 827 | 8/27/2018 |
3.0.26 | 846 | 8/22/2018 |
Added a new nuget package CoreDdd.Rebus.UnitOfWork; it contains Rebus unit of work implementation for Rebus.UnitOfWork package (to be used in a CoreDdd service applications handling Rebus messages); following the recommendation on https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting: 1) AVOID including a netstandard1.x target (updated all CoreDdd projects framework targets from .NET Standard 1.x to .NET Standard 2.0); 2) CONSIDER adding a target for net461 when you're offering a netstandard2.0 target (added .NET 4.6.1 target where .NET Standard 2.0 was targeted)