SIL.BuildTasks by SIL International

<PackageReference Include="SIL.BuildTasks" Version="1.0.0" />

Package Files

53,760 bytes

 SIL.BuildTasks 1.0.0

SIL.BuildTasks defines several msbuild tasks used in building our other projects.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SIL.BuildTasks</id>
    <version>1.0.0</version>
    <authors>SIL International</authors>
    <owners>SIL International</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/sillsdev/SIL.BuildTasks/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/sillsdev/SIL.BuildTasks</projectUrl>
    <description>SIL.BuildTasks defines several msbuild tasks used in building our other projects.</description>
    <copyright>Copyright © 2018 SIL International</copyright>
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="MarkdownDeep.NET.Patched" version="1.5.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="Microsoft.Build.Framework" targetFramework=".NETFramework4.6.1" />
      <frameworkAssembly assemblyName="Microsoft.Build.Tasks.v4.0" targetFramework=".NETFramework4.6.1" />
      <frameworkAssembly assemblyName="Microsoft.Build.Utilities.v4.0" targetFramework=".NETFramework4.6.1" />
    </frameworkAssemblies>
  </metadata>
</package>