dev.combination.dotnet
Owner: Combination
dotnet (.NET core) wrapper for Gradle
Sources: https://github.com/combinationab/gradle-dotnet-plugin
Version 1.0.14 (latest)
1.0.14
Created 03 November 2020.
dotnet (.NET core) wrapper for Gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.combination.dotnet") version "1.0.14"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.combination.dotnet:gradle-dotnet-plugin:1.0.14") } } apply(plugin = "dev.combination.dotnet")
- Applying plugins to all subprojects .