DotNetAppStarterKit.Core
1.0.4
See the version list below for details.
dotnet add package DotNetAppStarterKit.Core --version 1.0.4
NuGet\Install-Package DotNetAppStarterKit.Core -Version 1.0.4
<PackageReference Include="DotNetAppStarterKit.Core" Version="1.0.4" />
<PackageVersion Include="DotNetAppStarterKit.Core" Version="1.0.4" />
<PackageReference Include="DotNetAppStarterKit.Core" />
paket add DotNetAppStarterKit.Core --version 1.0.4
#r "nuget: DotNetAppStarterKit.Core, 1.0.4"
#addin nuget:?package=DotNetAppStarterKit.Core&version=1.0.4
#tool nuget:?package=DotNetAppStarterKit.Core&version=1.0.4
Gets you up and going with a DotNet app quicker by providing interfaces for commonly used components such as logging, caching and security.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DotNetAppStarterKit.Core:
Package | Downloads |
---|---|
DotNetAppStarterKit.Web
Gets you up and going with a DotNet app quicker by providing web implementations on the DotNetAppStarterKit.Core interfaces for commonly used components such as logging, caching and security. |
|
DotNetAppStarterKit.Testing.NUnitNSubstituteAutofixture
Gets you up and going with a DotNet app quicker by providing common classes to help with writing automated tests. |
|
DotNetAppStarterKit.Mapping
Gets you up and going with a DotNet app quicker by providing interfaces for commonly used mapping techniques. |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Adds Event Publisher and Subscriber functionality. See DotNetAppStarterKit.SampleMvc app for how to use them: https://github.com/nootn/DotNetAppStarterKit/tree/master/DotNetAppStarterKit.SampleMvc.