ghul.targets
1.2.4
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ghul-targets
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 | 420 | 2/3/2024 |
1.2.3 | 173 | 2/3/2024 |
1.2.2 | 176 | 2/2/2024 |
1.2.1 | 520 | 1/19/2024 |
1.2.0 | 1,378 | 2/27/2022 |
1.1.0 | 316 | 1/3/2022 |
1.0.1 | 290 | 12/30/2021 |
1.0.0 | 551 | 12/21/2021 |
0.0.11 | 272 | 12/21/2021 |
0.0.10 | 356 | 12/17/2021 |
0.0.9 | 378 | 12/13/2021 |
0.0.8 | 682 | 12/13/2021 |
0.0.6 | 495 | 12/6/2021 |
0.0.5 | 375 | 12/4/2021 |
0.0.4 | 319 | 12/4/2021 |
0.0.2 | 304 | 11/18/2021 |
0.0.1 | 344 | 11/18/2021 |