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
                    
if you are setting up this repo
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
                    
nuke :add-package Gsharp.Cs2Gs --version 0.3.213
                    

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

  1. Install the GSharp templates:

    dotnet new install Gsharp.Templates
    
  2. Create 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 .gs files with the standard dotnet CLI.
  • The gsc compiler, bundled inside the package under tools/compiler/.
  • SDK props/targets that wire everything together automatically.

Requirements

  • .NET 10.0 SDK or later.

Learn More

Product 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.

Version Downloads Last Updated
0.3.213 30 7/21/2026
0.3.33 100 7/15/2026
0.3.8 108 7/9/2026
0.3.1 93 7/9/2026
0.2.764 102 7/7/2026
0.2.750 104 7/6/2026
0.2.349 110 6/29/2026