[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git] / netcore / metapackage-llvm.nuspec
blobcb0f16191074aa8041793162f4a1ac64b64bbff8
1 <?xml version="1.0" encoding="utf-8"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3 <metadata>
4 <id>Microsoft.NETCore.Runtime.MonoLLVM</id>
5 <version>$VERSION$</version>
6 <description>Internal implementation package not meant for direct consumption. Please do not reference directly.
7 The Mono runtime, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.</description>
8 <authors>Microsoft</authors>
9 <projectUrl>https://www.mono-project.com/</projectUrl>
10 <dependencies>
11 <dependency id="runtime.linux-x64.Microsoft.NETCore.Runtime.MonoLLVM" version="$VERSION$" />
12 </dependencies>
13 </metadata>
14 <files>
15 </files>
16 </package>