ghul.targets 1.2.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package ghul.targets --version 1.2.4
NuGet\Install-Package ghul.targets -Version 1.2.4
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="ghul.targets" Version="1.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ghul.targets --version 1.2.4
#r "nuget: ghul.targets, 1.2.4"
#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.
// Install ghul.targets as a Cake Addin
#addin nuget:?package=ghul.targets&version=1.2.4

// Install ghul.targets as a Cake Tool
#tool nuget:?package=ghul.targets&version=1.2.4

ghul-targets

CI/CD NuGet version (ghul.targets) Release Release Date Issues License ghūl

This package provides MSBuild targets needed to build ghūl language projects. The targets work with the standard .NET SDK targets by overriding the CoreCompile target to call the ghūl compiler

This is a minimal example .ghulproj (ghūl project file) using the targets from this package:

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net8.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>    
    <GhulCompiler>dotnet ghul-compiler</GhulCompiler>
    <GhulSources Include="**/*.ghul" /> 
    
    <PackageReference Include="ghul.runtime" Version="1.1.1" /> 
    <PackageReference Include="ghul.pipes" Version="1.1.1" /> 
    <PackageReference Include="ghul.targets" Version="1.2.3" /> 
  </ItemGroup>
</Project>

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
1.2.4 348 2/3/2024
1.2.3 119 2/3/2024
1.2.2 118 2/2/2024
1.2.1 450 1/19/2024
1.2.0 1,342 2/27/2022
1.1.0 292 1/3/2022
1.0.1 261 12/30/2021
1.0.0 516 12/21/2021
0.0.11 247 12/21/2021
0.0.10 333 12/17/2021
0.0.9 352 12/13/2021
0.0.8 619 12/13/2021
0.0.6 470 12/6/2021
0.0.5 353 12/4/2021
0.0.4 294 12/4/2021
0.0.2 275 11/18/2021
0.0.1 314 11/18/2021