Fake.Sql.DacPac
5.23.1
dotnet add package Fake.Sql.DacPac --version 5.23.1
NuGet\Install-Package Fake.Sql.DacPac -Version 5.23.1
<PackageReference Include="Fake.Sql.DacPac" Version="5.23.1" />
<PackageVersion Include="Fake.Sql.DacPac" Version="5.23.1" />
<PackageReference Include="Fake.Sql.DacPac" />
paket add Fake.Sql.DacPac --version 5.23.1
#r "nuget: Fake.Sql.DacPac, 5.23.1"
#:package Fake.Sql.DacPac@5.23.1
#addin nuget:?package=Fake.Sql.DacPac&version=5.23.1
#tool nuget:?package=Fake.Sql.DacPac&version=5.23.1
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | 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.7.2
- Fake.Core.Environment (>= 5.23.1)
- Fake.Core.Process (>= 5.23.1)
- Fake.IO.FileSystem (>= 5.23.1)
- FSharp.Core (>= 6.0.0)
-
.NETStandard 2.0
- Fake.Core.Environment (>= 5.23.1)
- Fake.Core.Process (>= 5.23.1)
- Fake.IO.FileSystem (>= 5.23.1)
- FSharp.Core (>= 6.0.0)
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 |
|---|---|---|
| 5.23.1 | 873 | 10/21/2022 |
| 5.23.0 | 1,071 | 8/1/2022 |
| 5.23.0-alpha002 | 300 | 7/22/2022 |
| 5.23.0-alpha001 | 311 | 7/15/2022 |
| 5.22.0 | 708 | 2/14/2022 |
| 5.21.1 | 646 | 1/30/2022 |
| 5.21.0 | 642 | 1/24/2022 |
| 5.21.0-alpha004 | 370 | 1/6/2022 |
| 5.21.0-alpha003 | 409 | 11/11/2021 |
| 5.21.0-alpha002 | 400 | 11/11/2021 |
| 5.21.0-alpha001 | 403 | 11/10/2021 |
| 5.20.4 | 843 | 3/31/2021 |
| 5.20.4-alpha.1658 | 178 | 3/30/2021 |
| 5.20.4-alpha.1642 | 231 | 10/23/2020 |
| 5.20.3 | 740 | 8/5/2020 |
| 5.20.2 | 721 | 6/27/2020 |
| 5.20.1 | 678 | 6/13/2020 |
| 5.20.1-alpha.1590 | 283 | 5/7/2020 |
| 5.20.0 | 1,631 | 5/5/2020 |
| 5.20.0-alpha.1584 | 245 | 5/5/2020 |
BUGFIX: On Unix like OSs, look for sqlpackage in directories specified in $PATH, thanks @nickgravgaard - https://github.com/fsprojects/FAKE/pull/2700
BUGFIX: Core.Process: only set StandardEncoding if output/err is redirected, thanks @knocte - https://github.com/fsprojects/FAKE/pull/2672
BUGFIX: Enhanced search path for Visual Studio, thanks @plainionist - https://github.com/fsprojects/FAKE/pull/2699
BUGFIX: Fake.Tools.Rsync: fix quiet flag typo, thanks @SimenLK - https://github.com/fsprojects/FAKE/pull/2698