Acidmanic.Utilities.MintGum
1.0.0-b04
This is a prerelease version of Acidmanic.Utilities.MintGum.
dotnet add package Acidmanic.Utilities.MintGum --version 1.0.0-b04
NuGet\Install-Package Acidmanic.Utilities.MintGum -Version 1.0.0-b04
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Acidmanic.Utilities.MintGum" Version="1.0.0-b04" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Acidmanic.Utilities.MintGum" Version="1.0.0-b04" />
<PackageReference Include="Acidmanic.Utilities.MintGum" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Acidmanic.Utilities.MintGum --version 1.0.0-b04
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Acidmanic.Utilities.MintGum, 1.0.0-b04"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Acidmanic.Utilities.MintGum@1.0.0-b04
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Acidmanic.Utilities.MintGum&version=1.0.0-b04&prerelease
#tool nuget:?package=Acidmanic.Utilities.MintGum&version=1.0.0-b04&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Mint Gum! : Static Web Server Extension
About
How To Install
How To Use
Simple Usage
Maintenance Apis
Configuration Details
Configure CsProj For publish and build
Example:
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<SpaRoot>path/to/front-end/source-code</SpaRoot>
<SpaDeployRoot>front-end</SpaDeployRoot>
<SpaDistributionDir>path/to/front-end/built-artifacts</SpaDistributionDir>
</PropertyGroup>
<Target Name="BuildFront" BeforeTargets="DeployFrontToBuildDir;DeployFrontToPublishDir">
<Exec WorkingDirectory="$(SpaRoot)" Command="npm install"/>
<Exec WorkingDirectory="$(SpaRoot)" Command="npm run build -- --configuration production"/>
</Target>
<Target Name="DeployFrontToBuildDir" AfterTargets="Build">
<Exec Command="mkdir -p $(OutDir)$(SpaDeployRoot)/"/>
<Exec Command="cp -r $(SpaRoot)/$(SpaDistributionDir)/** $(OutDir)$(SpaDeployRoot)/"/>
</Target>
<Target Name="DeployFrontToPublishDir" AfterTargets="ComputeFilesToPublish">
<Exec Command="mkdir -p $(PublishDir)$(SpaDeployRoot)/"/>
<Exec Command="echo SpaRoot: $(SpaRoot) OutDir: $(PublishDir)$(SpaDeployRoot)"/>
<Exec Command="echo $(SpaDeployRoot)"/>
<Exec Command="cp -r $(SpaRoot)/$(SpaDistributionDir)/** $(PublishDir)$(SpaDeployRoot)/"/>
</Target>
Contact
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Acidmanic.Utilities (>= 1.0.22-b06)
- Acidmanic.Utilities.Reflections (>= 1.0.6-b19)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.