Cake.Bridge 0.0.21-alpha

.NET 5.0 .NET Core 3.1
This is a prerelease version of Cake.Bridge.
dotnet add package Cake.Bridge --version 0.0.21-alpha
NuGet\Install-Package Cake.Bridge -Version 0.0.21-alpha
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="Cake.Bridge" Version="0.0.21-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cake.Bridge --version 0.0.21-alpha
#r "nuget: Cake.Bridge, 0.0.21-alpha"
#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 Cake.Bridge as a Cake Addin
#addin nuget:?package=Cake.Bridge&version=0.0.21-alpha&prerelease

// Install Cake.Bridge as a Cake Tool
#tool nuget:?package=Cake.Bridge&version=0.0.21-alpha&prerelease

Assembly which makes it easier for other environments and languages to interop with Cake

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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.0.21-alpha 156 12/9/2021
0.0.20-alpha 136 12/8/2021
0.0.19-alpha 142 8/30/2021
0.0.18-alpha 146 3/7/2021
0.0.17-alpha 158 3/7/2021
0.0.16-alpha 144 2/1/2021
0.0.15-alpha 234 12/21/2020
0.0.14-alpha 420 1/24/2020
0.0.13-alpha 333 10/27/2019
0.0.12-alpha 341 7/27/2019
0.0.11-alpha 419 4/9/2019
0.0.10-alpha 972 9/20/2018
0.0.9-alpha 524 9/20/2018
0.0.8-alpha 999 9/18/2017
0.0.7-alpha 765 9/18/2017
0.0.6-alpha 679 8/28/2017
0.0.5-alpha 697 7/7/2017

Updated Cake to 2.0.0
Add netcoreapp3.1 TargetFramework
Drop netstandard2.0 & net46 TargetFramework
Only support PowerShell Core
Only support .NET 6 FSI