Fake.Core.BuildServer
5.0.0-beta020
See the version list below for details.
dotnet add package Fake.Core.BuildServer --version 5.0.0-beta020
NuGet\Install-Package Fake.Core.BuildServer -Version 5.0.0-beta020
<PackageReference Include="Fake.Core.BuildServer" Version="5.0.0-beta020" />
paket add Fake.Core.BuildServer --version 5.0.0-beta020
#r "nuget: Fake.Core.BuildServer, 5.0.0-beta020"
// Install Fake.Core.BuildServer as a Cake Addin #addin nuget:?package=Fake.Core.BuildServer&version=5.0.0-beta020&prerelease // Install Fake.Core.BuildServer as a Cake Tool #tool nuget:?package=Fake.Core.BuildServer&version=5.0.0-beta020&prerelease
FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6
- Fake.Core.Environment (>= 5.0.0-beta020)
- Fake.Core.String (>= 5.0.0-beta020)
- FSharp.Core (>= 4.1.18)
-
.NETStandard 1.6
- Fake.Core.Environment (>= 5.0.0-beta020)
- Fake.Core.String (>= 5.0.0-beta020)
- FSharp.Core (>= 4.1.18)
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- Fake.Core.Environment (>= 5.0.0-beta020)
- Fake.Core.String (>= 5.0.0-beta020)
- FSharp.Core (>= 4.1.18)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Fake.Core.BuildServer:
Package | Downloads |
---|---|
Fake.Core.Tracing
FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0-beta021 | 22,656 | 3/2/2018 |
5.0.0-beta020 | 6,525 | 2/26/2018 |
5.0.0-beta019 | 6,184 | 2/25/2018 |
5.0.0-beta018 | 6,320 | 2/19/2018 |
5.0.0-beta017 | 6,338 | 2/18/2018 |
5.0.0-beta016 | 5,916 | 2/17/2018 |
5.0.0-beta015 | 5,931 | 2/17/2018 |
5.0.0-beta014 | 5,934 | 2/10/2018 |
5.0.0-beta013 | 5,892 | 2/3/2018 |
5.0.0-beta012 | 6,026 | 1/28/2018 |
5.0.0-beta011 | 5,763 | 1/27/2018 |
5.0.0-beta010 | 5,726 | 10/28/2017 |
5.0.0-beta009 | 1,136 | 10/28/2017 |
5.0.0-beta008 | 5,613 | 10/23/2017 |
5.0.0-beta007 | 5,431 | 10/23/2017 |
5.0.0-beta006 | 5,458 | 10/22/2017 |
5.0.0-beta005 | 5,555 | 10/2/2017 |
5.0.0-beta004 | 5,347 | 10/2/2017 |
5.0.0-beta003 | 5,303 | 9/26/2017 |
5.0.0-beta002 | 5,328 | 9/25/2017 |
5.0.0-beta001 | 2,985 | 9/25/2017 |
5.0.0-alpha018 | 6,271 | 9/24/2017 |
5.0.0-alpha017 | 5,573 | 9/23/2017 |
5.0.0-alpha016 | 5,465 | 9/23/2017 |
5.0.0-alpha015 | 3,623 | 8/27/2017 |
5.0.0-alpha014 | 5,587 | 7/28/2017 |
5.0.0-alpha013 | 5,224 | 7/26/2017 |
5.0.0-alpha012 | 5,772 | 7/25/2017 |
5.0.0-alpha011 | 5,201 | 7/24/2017 |
5.0.0-alpha010 | 5,856 | 6/12/2017 |
5.0.0-alpha009 | 5,452 | 5/27/2017 |
BUGFIX: Fake now works without `.paket` folder - https://github.com/fsharp/FAKE/issues/1778 and https://github.com/fsharp/FAKE/issues/1564
BUGFIX: https://github.com/fsharp/FAKE/issues/1744
ENHANCEMENT: Fake now supports Credential Providers (like paket, see https://fsprojects.github.io/Paket/credential-providers.html)