IronKernel.Sdk 0.4.1

dotnet add package IronKernel.Sdk --version 0.4.1
                    
NuGet\Install-Package IronKernel.Sdk -Version 0.4.1
                    
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="IronKernel.Sdk" Version="0.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IronKernel.Sdk" Version="0.4.1" />
                    
Directory.Packages.props
<PackageReference Include="IronKernel.Sdk" />
                    
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 IronKernel.Sdk --version 0.4.1
                    
#r "nuget: IronKernel.Sdk, 0.4.1"
                    
#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 IronKernel.Sdk@0.4.1
                    
#: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=IronKernel.Sdk&version=0.4.1
                    
Install as a Cake Addin
#tool nuget:?package=IronKernel.Sdk&version=0.4.1
                    
Install as a Cake Tool

IronKernel.Sdk

MSBuild conventions for .ikproj projects. The SDK supplies .ikr source collection, lock-file restore defaults, package layout, main-file validation, and IronKernel project properties.

Published on NuGet.org as IronKernel.Sdk. Projects can reference it:

<Project Sdk="IronKernel.Sdk/0.1.0">

ik new currently emits a Microsoft.NET.Sdk-based project with the same properties for maximum restore compatibility; you can switch the Sdk= attribute to IronKernel.Sdk/<version> when you want the packaged conventions.

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
0.4.1 57 7/20/2026
0.1.0 61 7/18/2026