DotNetAppStarterKit.Core
1.0.1
See the version list below for details.
dotnet add package DotNetAppStarterKit.Core --version 1.0.1
NuGet\Install-Package DotNetAppStarterKit.Core -Version 1.0.1
<PackageReference Include="DotNetAppStarterKit.Core" Version="1.0.1" />
paket add DotNetAppStarterKit.Core --version 1.0.1
#r "nuget: DotNetAppStarterKit.Core, 1.0.1"
// Install DotNetAppStarterKit.Core as a Cake Addin #addin nuget:?package=DotNetAppStarterKit.Core&version=1.0.1 // Install DotNetAppStarterKit.Core as a Cake Tool #tool nuget:?package=DotNetAppStarterKit.Core&version=1.0.1
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.Mapping
Gets you up and going with a DotNet app quicker by providing interfaces for commonly used mapping techniques. |
|
DotNetAppStarterKit.Testing.NUnitNSubstituteAutofixture
Gets you up and going with a DotNet app quicker by providing common classes to help with writing automated tests. |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Initial version - add this package to testing projects so you get the interfaces to mock and TimeFactory