![]() |
VOOZH | about |
dotnet add package AspNetCore.Simple.Sdk --version 7.0.0
NuGet\Install-Package AspNetCore.Simple.Sdk -Version 7.0.0
<PackageReference Include="AspNetCore.Simple.Sdk" Version="7.0.0" />
<PackageVersion Include="AspNetCore.Simple.Sdk" Version="7.0.0" />Directory.Packages.props
<PackageReference Include="AspNetCore.Simple.Sdk" />Project file
paket add AspNetCore.Simple.Sdk --version 7.0.0
#r "nuget: AspNetCore.Simple.Sdk, 7.0.0"
#:package AspNetCore.Simple.Sdk@7.0.0
#addin nuget:?package=AspNetCore.Simple.Sdk&version=7.0.0Install as a Cake Addin
#tool nuget:?package=AspNetCore.Simple.Sdk&version=7.0.0Install as a Cake Tool
Target of this package is to create fast and clean Web-Api. You only need to configure in your appsettings needed and from the package supported services and you can start implementing your features which brings you your expected benefits
dotnet add package AspNetCore.Simple.Sdk
So for quick start you only have to derive from the optimized startup class and you are ready to go
Hint: The hold sample is inside this repo !
public class Startup : SimpleStartup
{
public Startup(IConfiguration configuration, IWebHostEnvironment webHostEnvironment) : base(configuration, webHostEnvironment, new PathString("/api/test"))
{
}
public override void ConfigureServices(IServiceCollection services)
{
base.ConfigureServices(services);
// Your domain registrations
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.0 | 1,918 | 4/8/2026 |
| 7.0.0-alpha.20 | 191 | 3/26/2026 |
| 6.0.5 | 13,335 | 10/28/2025 |
| 6.0.4 | 299 | 10/18/2025 |
| 6.0.2 | 106,959 | 1/26/2025 |
| 6.0.1 | 9,547 | 1/24/2025 |
| 6.0.0 | 2,548 | 11/20/2024 |
| 5.0.8 | 96,236 | 11/20/2024 |
| 5.0.7 | 9,555 | 11/13/2024 |
| 5.0.6 | 13,596 | 10/10/2024 |
| 5.0.5 | 23,516 | 9/11/2024 |
| 5.0.4 | 2,467 | 9/6/2024 |
| 5.0.2 | 13,059 | 6/20/2024 |
| 5.0.1 | 5,487 | 5/15/2024 |
| 5.0.0 | 11,455 | 11/28/2023 |
| 4.0.19 | 3,365 | 11/23/2023 |
| 4.0.18 | 2,441 | 11/23/2023 |
| 4.0.17 | 2,633 | 10/18/2023 |
| 4.0.16 | 4,044 | 10/14/2023 |
| 4.0.15 | 2,427 | 10/14/2023 |
Update to .Net 10