Gsharp.Cs2Gs
0.3.213
dotnet tool install --global Gsharp.Cs2Gs --version 0.3.213
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Gsharp.Cs2Gs --version 0.3.213
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Gsharp.Cs2Gs&version=0.3.213
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Gsharp.Cs2Gs --version 0.3.213
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Gsharp.NET.Sdk
The MSBuild Project SDK for the GSharp programming language. This package enables .gsproj files to build with dotnet build just like any other .NET project.
Quick Start
Install the GSharp templates:
dotnet new install Gsharp.TemplatesCreate a new GSharp console app:
dotnet new gsharp-console -n MyApp cd MyApp dotnet run
What's Included
- Full MSBuild integration — build, publish, and pack
.gsfiles with the standarddotnetCLI. - The
gsccompiler, bundled inside the package undertools/compiler/. - SDK props/targets that wire everything together automatically.
Requirements
- .NET 10.0 SDK or later.
Learn More
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
This package has no dependencies.