[llvm] Disable running the llvm verifier by default, it was enabled by mistake, and...
[mono-project.git] / netcore / metapackage.nuspec
blob55fce5b0f21aedcc3a2b535a0366ff09cc4ceb69
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.Mono</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 <copyright>(c) Microsoft Corporation. All rights reserved.</copyright>
10 <projectUrl>https://www.mono-project.com/</projectUrl>
11 <licenseUrl>https://github.com/mono/mono/blob/master/LICENSE</licenseUrl>
12 <dependencies>
13 <dependency id="runtime.win-x64.Microsoft.NETCore.Runtime.Mono" version="$VERSION$" />
14 <dependency id="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono" version="$VERSION$" />
15 <dependency id="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono" version="$VERSION$" />
16 </dependencies>
17 </metadata>
18 <files>
19 </files>
20 </package>