-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetapackage.nuspec
20 lines (20 loc) · 1.14 KB
/
metapackage.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.NETCore.Runtime.Mono</id>
<version>$VERSION$</version>
<description>Internal implementation package not meant for direct consumption. Please do not reference directly.
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>
<authors>Microsoft</authors>
<copyright>(c) Microsoft Corporation. All rights reserved.</copyright>
<projectUrl>https://www.mono-project.com/</projectUrl>
<licenseUrl>https://github.com/mono/mono/blob/master/LICENSE</licenseUrl>
<dependencies>
<dependency id="runtime.win-x64.Microsoft.NETCore.Runtime.Mono" version="$VERSION$" />
<dependency id="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono" version="$VERSION$" />
<dependency id="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono" version="$VERSION$" />
</dependencies>
</metadata>
<files>
</files>
</package>