HitRefresh.MobileSuit
4.4.3
See the version list below for details.
dotnet add package HitRefresh.MobileSuit --version 4.4.3
NuGet\Install-Package HitRefresh.MobileSuit -Version 4.4.3
<PackageReference Include="HitRefresh.MobileSuit" Version="4.4.3" />
paket add HitRefresh.MobileSuit --version 4.4.3
#r "nuget: HitRefresh.MobileSuit, 4.4.3"
// Install HitRefresh.MobileSuit as a Cake Addin #addin nuget:?package=HitRefresh.MobileSuit&version=4.4.3 // Install HitRefresh.MobileSuit as a Cake Tool #tool nuget:?package=HitRefresh.MobileSuit&version=4.4.3
<div align=center> <img src="https://raw.githubusercontent.com/HIT-ReFreSH/MobileSuit/main/images/logo.png" width = 30% height = 30% /> </div>
HitRefresh.MobileSuit
MobileSuit provides an easy way to quickly build a .NET Console App.
Focus on writing the backend part, Import HitRefresh.MobileSuit, and simply write a Frontend in a very simple standard, then a beautiful Console App is born.
For Example: HIT-Schedule-Master CLI
with PowerLine theme & I18N support
Previously named as PlasticMetal.MobileSuit.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Spliting UserInputMiddleware into IOInputMiddleware and RequestParsingMiddleware.