Gsharp.NET.Sdk 0.1.407

There is a newer version of this package available.
See the version list below for details.
dotnet add package Gsharp.NET.Sdk --version 0.1.407
                    
NuGet\Install-Package Gsharp.NET.Sdk -Version 0.1.407
                    
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="Gsharp.NET.Sdk" Version="0.1.407">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gsharp.NET.Sdk" Version="0.1.407" />
                    
Directory.Packages.props
<PackageReference Include="Gsharp.NET.Sdk">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
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 Gsharp.NET.Sdk --version 0.1.407
                    
#r "nuget: Gsharp.NET.Sdk, 0.1.407"
                    
#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 Gsharp.NET.Sdk@0.1.407
                    
#: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=Gsharp.NET.Sdk&version=0.1.407
                    
Install as a Cake Addin
#tool nuget:?package=Gsharp.NET.Sdk&version=0.1.407
                    
Install as a Cake Tool

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.431 0 6/6/2026
0.1.424 43 6/6/2026
0.1.407 44 6/5/2026
0.1.346 40 6/3/2026
0.1.336 98 6/2/2026
0.1.322 99 6/1/2026
0.1.319-gd11c420eaf 93 6/1/2026
0.1.318-gda63e104b0 89 5/31/2026
0.1.307-g34002fff38 90 5/31/2026
0.1.270-gb20670b607 100 5/29/2026