MyCustom.NET.Sdk/v1.0.4
🎯 [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
Meziantou.Analyzer- Updated NuGet package from 3.0.44 to 3.0.49. See https://github.com/meziantou/Meziantou.Analyzer/releases/tag/3.0.49 for change details.
💥 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.