GBSharp.Sdk 1.0.0

<Sdk Name="GBSharp.Sdk" Version="1.0.0" />
                    
For projects that support Sdk, copy this XML node into the project file to reference the package.
#:sdk GBSharp.Sdk@1.0.0
                    
#:sdk 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.

GBSharp.Sdk

The MSBuild project SDK for GB# games. Gives a game project the framework reference, the analyzers, and an editor that understands the code, in three lines of .csproj:

<Project Sdk="GBSharp.Sdk/1.0.0">
</Project>

Carries no GB# build configuration; that stays in gbsharp.json, read by the gbsharp CLI tool.

gbsharp new scaffolds a project against this SDK for you, pinned to the version of the gbsharp tool that scaffolded it, so you won't normally reference it by hand.

Documentation

https://skytech6.github.io/GBSharp/

Source

https://github.com/SkyTech6/GBSharp

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • 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
1.0.0 35 8/15/2026
0.1.0 38 8/15/2026