diff options
author | dotnet-bot <dotnet-bot@microsoft.com> | 2015-01-30 14:14:42 -0800 |
---|---|---|
committer | dotnet-bot <dotnet-bot@microsoft.com> | 2015-01-30 14:14:42 -0800 |
commit | ef1e2ab328087c61a6878c1e84f4fc5d710aebce (patch) | |
tree | dee1bbb89e9d722e16b0d1485e3cdd1b6c8e2cfa /src/.nuget | |
download | coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.tar.gz coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.tar.bz2 coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.zip |
Initial commit to populate CoreCLR repo
[tfs-changeset: 1407945]
Diffstat (limited to 'src/.nuget')
-rw-r--r-- | src/.nuget/.gitmirror | 1 | ||||
-rw-r--r-- | src/.nuget/Microsoft.DotNet.CoreCLR.nuspec | 27 | ||||
-rw-r--r-- | src/.nuget/packages.config | 4 |
3 files changed, 32 insertions, 0 deletions
diff --git a/src/.nuget/.gitmirror b/src/.nuget/.gitmirror new file mode 100644 index 0000000000..f507630f94 --- /dev/null +++ b/src/.nuget/.gitmirror @@ -0,0 +1 @@ +Only contents of this folder, excluding subfolders, will be mirrored by the Git-TFS Mirror.
\ No newline at end of file diff --git a/src/.nuget/Microsoft.DotNet.CoreCLR.nuspec b/src/.nuget/Microsoft.DotNet.CoreCLR.nuspec new file mode 100644 index 0000000000..c58e26471d --- /dev/null +++ b/src/.nuget/Microsoft.DotNet.CoreCLR.nuspec @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<package > + <metadata> + <id>Microsoft.DotNet.CoreCLR</id> + <version>1.0.0-prerelease</version> + <title>Microsoft DotNet CoreCLR Runtime</title> + <authors>Microsoft</authors> + <owners>Microsoft</owners> + <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl> + <projectUrl>https://github.com/dotnet/coreclr</projectUrl> + <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl> + <requireLicenseAcceptance>true</requireLicenseAcceptance> + <description>Provides the CoreCLR runtime binaries to run managed code.</description> + <releaseNotes>Initial release</releaseNotes> + <copyright>Copyright © Microsoft Corporation</copyright> + </metadata> + <files> + <file src="..\clretwrc.dll" target="bin\clretwrc.dll" /> + <file src="..\coreclr.dll" target="bin\coreclr.dll" /> + <file src="..\mscordaccore.dll" target="bin\mscordaccore.dll" /> + <file src="..\mscordbi.dll" target="bin\mscordbi.dll" /> + <file src="..\mscorrc.dll" target="bin\mscorrc.dll" /> + <file src="..\mscorrc.debug.dll" target="bin\mscorrc.debug.dll" /> + <file src="..\corerun.exe" target="bin\corerun.exe" /> + <file src="..\mscorlib.dll" target="bin\mscorlib.dll" /> + </files> +</package> diff --git a/src/.nuget/packages.config b/src/.nuget/packages.config new file mode 100644 index 0000000000..662f95ca5c --- /dev/null +++ b/src/.nuget/packages.config @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<packages> + <package id="Microsoft.DotNet.BuildTools.CoreCLR" version="1.0.1-prerelease" /> +</packages>
\ No newline at end of file |