Skip to content

MyCustom.NET.Sdk/v1.0.4

Choose a tag to compare

@harry-robinson harry-robinson released this 18 Apr 01:38
4a627d3

🎯 [1.0.4] - 2026-04-17

Updates to NuGet package references. See below for details.

🎉 What's New

C# Compiler

None.

MSBuild & Code Analysis

None.

NuGet

None.

Source Link & Supply Chain Security

None.

Analyzers

💥 Breaking Changes

None.

🩹 Bug Fixes

None.

⚠️ Known Issues

None.

⬆️ Upgrading

To consume the SDK, add it to global.json at the root of your repository:

{
  "msbuild-sdks": {
    "MyCustom.NET.Sdk": "1.0.4"
  }
}

Then reference it in your .csproj:

<Project Sdk="MyCustom.NET.Sdk">

  <PropertyGroup>

    <!-- Usual properties and overrides go here -->

  </PropertyGroup>

</Project>

See the README for full SDK details.