Fake.BuildServer.GitLab by Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich

<PackageReference Include="Fake.BuildServer.GitLab" Version="6.0.0-alpha004" />

 Fake.BuildServer.GitLab 6.0.0-alpha004

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Fake.BuildServer.GitLab</id>
    <version>6.0.0-alpha004</version>
    <authors>Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">Apache-2.0 OR MS-PL</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0%20OR%20MS-PL</licenseUrl>
    <icon>logo.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://fake.build/</projectUrl>
    <description>FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.</description>
    <releaseNotes>BUGFIX: Fix build by pinning Microsoft.build packages now that .NET 7 is out and fix links in website, thanks @yazeedobaid - https://github.com/fsprojects/FAKE/pull/2721
BUGFIX: Fix docs URL in Choco template., thanks @yazeedobaid - https://github.com/fsprojects/FAKE/pull/2718</releaseNotes>
    <tags>build fake f#</tags>
    <repository type="git" url="https://github.com/fsprojects/Fake" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="Fake.Core.Environment" version="6.0.0-alpha004" exclude="Build,Analyzers" />
        <dependency id="Fake.Core.Trace" version="6.0.0-alpha004" exclude="Build,Analyzers" />
        <dependency id="Fake.IO.FileSystem" version="6.0.0-alpha004" exclude="Build,Analyzers" />
        <dependency id="FSharp.Core" version="6.0.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Fake.Core.Environment" version="6.0.0-alpha004" exclude="Build,Analyzers" />
        <dependency id="Fake.Core.Trace" version="6.0.0-alpha004" exclude="Build,Analyzers" />
        <dependency id="Fake.IO.FileSystem" version="6.0.0-alpha004" exclude="Build,Analyzers" />
        <dependency id="FSharp.Core" version="6.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>