summaryrefslogtreecommitdiff
path: root/.packages/microsoft.netcore.runtime.coreclr/3.0.0-rc2.19462.5/microsoft.netcore.runtime.coreclr.nuspec
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.netcore.runtime.coreclr/3.0.0-rc2.19462.5/microsoft.netcore.runtime.coreclr.nuspec')
-rwxr-xr-x.packages/microsoft.netcore.runtime.coreclr/3.0.0-rc2.19462.5/microsoft.netcore.runtime.coreclr.nuspec24
1 files changed, 24 insertions, 0 deletions
diff --git a/.packages/microsoft.netcore.runtime.coreclr/3.0.0-rc2.19462.5/microsoft.netcore.runtime.coreclr.nuspec b/.packages/microsoft.netcore.runtime.coreclr/3.0.0-rc2.19462.5/microsoft.netcore.runtime.coreclr.nuspec
new file mode 100755
index 0000000000..2be2d5560e
--- /dev/null
+++ b/.packages/microsoft.netcore.runtime.coreclr/3.0.0-rc2.19462.5/microsoft.netcore.runtime.coreclr.nuspec
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
+ <metadata minClientVersion="2.12">
+ <id>Microsoft.NETCore.Runtime.CoreCLR</id>
+ <version>3.0.0-rc2.19462.5</version>
+ <title>Microsoft.NETCore.Runtime.CoreCLR</title>
+ <authors>Microsoft</authors>
+ <owners>microsoft,dotnetframework</owners>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <license type="expression">MIT</license>
+ <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
+ <projectUrl>https://dot.net/</projectUrl>
+ <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
+ <description>The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
+When using NuGet 3.x this package requires at least version 3.4.</description>
+ <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
+ <copyright>© Microsoft Corporation. All rights reserved.</copyright>
+ <serviceable>true</serviceable>
+ <repository type="git" url="https://dnceng@dev.azure.com/dnceng/internal/_git/dotnet-coreclr" commit="922429db0144dd6f3b4324805464dae82857512a" />
+ <dependencies>
+ <dependency id="Microsoft.NETCore.Jit" version="3.0.0-rc2.19462.5" />
+ </dependencies>
+ </metadata>
+</package> \ No newline at end of file