1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FSharp.Core.Microsoft.Signed</id>
<version>0.0.1</version>
<title>FSharp.Core Microsoft signed</title>
<authors>Microsoft Corporation,Dave Thomas</authors>
<owners>F# Software Foundation</owners>
<licenseUrl>https://github.com/fsharp/fsharp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/fsharp/fsharp</projectUrl>
<iconUrl>http://fsharp.org/img/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Microsoft signed versions of:
.Net 2.0
.Net 4.0
.Net 4.5
profile7
profile47
</description>
<summary>Provides Microsoft signed FSharp.Core for multiple targets including desktop and portable.</summary>
<tags>F#</tags>
</metadata>
<files>
<!-- .Net 2.0 -->
<file src="..\lib\bootstrap\signed\.NETFramework\v2.0\2.3.1.0\FSharp.Core.dll" target="lib\net40\FSharp.Core.dll" />
<file src="..\lib\bootstrap\signed\.NETFramework\v2.0\2.3.1.0\FSharp.Core.optdata" target="lib\net40\FSharp.Core.optdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v2.0\2.3.1.0\FSharp.Core.sigdata" target="lib\net40\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v2.0\2.3.1.0\FSharp.Core.xml" target="lib\net40\FSharp.Core.xml" />
<!-- .Net 4.0 -->
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.dll" target="lib\net40\FSharp.Core.dll" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.optdata" target="lib\net40\FSharp.Core.optdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.sigdata" target="lib\net40\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.xml" target="lib\net40\FSharp.Core.xml" />
<!-- .Net 4.5 -->
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.dll" target="lib\net45\FSharp.Core.dll" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.optdata" target="lib\net45\FSharp.Core.optdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.sigdata" target="lib\net45\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETFramework\v4.0\4.3.1.0\FSharp.Core.xml" target="lib\net45\FSharp.Core.xml" />
<!-- Profile 7 -->
<file src="..\lib\bootstrap\signed\.NETCore\3.3.1.0\FSharp.Core.dll" target="lib\portable-net45+netcore45+MonoAndroid1+MonoTouch1\FSharp.Core.dll" />
<file src="..\lib\bootstrap\signed\.NETCore\3.3.1.0\FSharp.Core.optdata" target="lib\portable-net45+netcore45+MonoAndroid1+MonoTouch1\FSharp.Core.optdata" />
<file src="..\lib\bootstrap\signed\.NETCore\3.3.1.0\FSharp.Core.sigdata" target="lib\portable-net45+netcore45+MonoAndroid1+MonoTouch1\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETCore\3.3.1.0\FSharp.Core.xml" target="lib\portable-net45+netcore45+MonoAndroid1+MonoTouch1\FSharp.Core.xml" />
<!-- Profile 47-->
<file src="..\lib\bootstrap\signed\.NETPortable\2.3.5.1\FSharp.Core.dll" target="lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\FSharp.Core.dll" />
<file src="..\lib\bootstrap\signed\.NETPortable\2.3.5.1\FSharp.Core.optdata" target="lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\FSharp.Core.optdata" />
<file src="..\lib\bootstrap\signed\.NETPortable\2.3.5.1\FSharp.Core.sigdata" target="lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\FSharp.Core.sigdata" />
<file src="..\lib\bootstrap\signed\.NETPortable\2.3.5.1\FSharp.Core.xml" target="lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\FSharp.Core.xml" />
</files>
</package>
|