[2019-12] Set inited flag _after_ TermInfoDriver initialisation completes (#18329)
[mono-project.git] / netcore / runtime-llvm.nuspec
blob09395805071a5fc733ba5868a6e6747bfd67b329
1 <?xml version="1.0" encoding="utf-8"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3 <metadata>
4 <id>runtime.$RID$.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 <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 </metadata>
13 <files>
14 <file src="System.Private.CoreLib\bin\$COREARCH$\System.Private.CoreLib.dll" target="runtimes\$RID$\native" />
15 <file src="..\mono\mini\.libs\$PLATFORM_AOT_PREFIX$monosgen-2.0$PLATFORM_AOT_SUFFIX$" target="runtimes\$RID$\native" />
16 </files>
17 </package>