Sridhar Periyasamy
8fcfc2af05
Upgrade Corefx and coreclr references
...
Microsoft.NetCore.App 1.0.0 => 1.0.1
Microsoft.NETCore.Runtime.CoreCLR 1.0.2 => 1.0.4
CLI Branding "Microsoft .NET Core 1.0.0 - SDK Preview" => "Microsoft .NET Core 1.0.1 - SDK 1.0.0 Preview 2-003122"
List of changes
- all project.jsons
- dotnet new templates
- and build projects files
- shared-build-targets-utils\DependencyVersions.cs
- CliDependencyVersions.cs
2016-08-31 10:41:47 -07:00
Eric Erhardt
1e9d529bc5
fix typo in dotnet-install file
...
This was needed to rebuild the CLI with the updated Roslyn NuGet packages.
Thanks goes to @akoken for the fix.
2016-06-21 22:05:34 -05:00
Zlatko Knezevic
574a3c858e
Remove the VS2012 CRT dependency from docs ( #3632 )
2016-06-17 09:51:43 -07:00
Senthil
0708fe095e
Fix README to use hostfxr download links ( #3622 )
...
Also fix a rebase error from b524fd079e6dcdd744faeb6061ccbfe99d1f810f#diff-04c6e90faac2675aa89e2176d2eec7d8
2016-06-16 16:49:41 -07:00
Eric Mellino
7ada53d523
Merge pull request #3613 from dotnet/fix-readme-typo
...
Fix Oracle Linux version in README.md
2016-06-16 10:05:39 -07:00
Eric Mellino
0ac44a4140
Fix Oracle Linux version in README.md
...
Oracle Linux 7 -> Oracle Linux 7.1
2016-06-16 10:04:24 -07:00
Eric Mellino
3022ef6759
Merge pull request #3538 from dotnet/adding_new_oses_to_readme
...
Adding openSUSE 13.2, Fedora 23 and Ubuntu 16.04 links to the README page
2016-06-15 21:11:57 -07:00
Josh Free
ef9ad4044a
Merge pull request #3579 from Priya91/rel/1.0.0-preview2
...
Remove showing firsttime eula for non verbs.
2016-06-15 17:02:34 -07:00
Lakshmi Priya Sekar
db7f68716b
Use NugetCache Sentinel for Telemetry setting.
2016-06-15 15:55:28 -07:00
Eric Erhardt
85ff72e629
Merge pull request #3591 from eerhardt/Serviceable
...
Add Serviceable assembly attribute and nuspec attributes for all shipping CLI assemblies.
2016-06-15 15:39:12 -05:00
Eric Erhardt
15a5c34149
Add Serviceable assembly attribute and nuspec attributes for all shipping CLI assemblies.
...
Fix #3345
2016-06-15 14:14:25 -05:00
Pavel Krymets
7ec2a0e767
Merge pull request #3574 from dotnet/pakrym/t
...
Trim platfrom libraries from deps file
2016-06-15 10:03:17 -07:00
Pavel Krymets
6b54ae0bcc
Trim platfrom libraries from deps fiels
2016-06-15 09:09:38 -07:00
Zlatko Knezevic
658083d71b
[DO NOT MERGE] Update known-issues.md ( #3559 )
...
* Update known-issues.md
Add a better blurb about virtual networking.
Apple warning explanation added.
Adding the Nano server workaround instructions.
2016-06-14 21:58:32 -07:00
Lakshmi Priya Sekar
eab2494ed5
Remove showing firsttime eula for non verbs.
2016-06-14 17:55:10 -07:00
Josh Free
ec585d1419
Merge pull request #3575 from mellinoe/fix-eula-rtf
...
Fix eula.rtf formatting
2016-06-14 17:15:12 -07:00
Eric StJohn
0589496b98
Merge pull request #3562 from ericstj/lzmaNoticesCopyright
...
Add LZMA to THIRD-PARTY-NOTICES + (c) header
2016-06-14 16:21:01 -07:00
Eric Mellino
bc610340f3
Fix eula.rtf formatting
2016-06-14 16:06:16 -07:00
Bryan Thornbury
e72d82c2cb
Merge pull request #3567 from brthor/brthor/stable
...
mark InternalAbstractions and DependencyModel Stable
2016-06-14 16:00:31 -07:00
Eric Erhardt
b2dadfa81c
Merge pull request #3566 from dotnet/DiaSymReader
...
Update Microsoft.DiaSymReader reference to 1.0.8
2016-06-14 17:29:33 -05:00
Bryan Thornbury
191812690d
Merge pull request #3572 from brthor/brthor/fix-hostfxr
...
Fix HostFXR in dotnet-dev package
2016-06-14 14:20:27 -07:00
Eric Erhardt
0cd5afb87c
Updating DiaSymReader to 1.0.8
2016-06-14 15:48:35 -05:00
Bryan Thornbury
638e4c7d00
Fix HostFXR in dotnet-dev package
2016-06-14 13:33:06 -07:00
Lakshmi Priya
8dd2479965
Check if project.json exists before creating new project in the same dir ( #3543 )
...
* Check if project.json exists before creating new project in the same dir.
* Change error message.
2016-06-14 13:20:29 -07:00
Bryan Thornbury
b37ddf7350
mark InternalAbstractions and DependencyModel Stable
2016-06-14 12:51:04 -07:00
Eric Erhardt
f4a8df3a56
Merge pull request #3564 from brthor/brthor/ubuntu16
...
add deb deps to ubuntu 16 dockerfile
2016-06-14 13:17:32 -05:00
Bryan Thornbury
482a3377ca
add deb deps to ubuntu 16 dockerfile
2016-06-14 10:56:08 -07:00
Eric St. John
871d25a8a5
Add LZMA to THIRD-PARTY-NOTICES + (c) header
...
This adds LZMA to the THIRD-PARTY-NOTICES list for CLI. Since we've
modified the SDK in porting it to .NET Core and minor bugfixes we've
also been advised to add the .NET Foundation copyright header.
2016-06-14 10:29:23 -07:00
Eric Erhardt
b93388cde2
Merge pull request #3555 from dotnet/FinalSharedFX
...
Final shared framework versions
2016-06-14 11:39:11 -05:00
PiotrP
e0444d5a94
Temporarily disable dotnet-compile-fsc
...
https://github.com/dotnet/cli/issues/3558
2016-06-14 07:29:35 -07:00
Zlatko Knezevic
4da4f95e21
Update documentation ( #3549 )
...
* Updating README.md files as well as man pages
This aligns with the latest changes in the official documentation. It also aligns dotnet test readme.md to official docs and introduces a new doc in the "Documentation" directory that deals with dotnet test protocols.
2016-06-14 06:42:21 -07:00
Bryan Thornbury
9e97d0400c
dotnet-compile-fsc bump to latest
2016-06-14 03:31:22 -07:00
Bryan Thornbury
277b2e7a0d
re-enable first time experience for the first-time experience tests
2016-06-14 02:41:47 -07:00
Bryan Thornbury
f75ee876d8
Enable ubuntu16 deb creation and publishing
2016-06-14 02:32:39 -07:00
Bryan Thornbury
2663d03dc9
Fix cherrypick error
2016-06-14 02:21:59 -07:00
Bryan Thornbury
9b1415d860
Update FSharp Test Assets to preview2
2016-06-14 02:19:32 -07:00
Senthil
b81ef0fbd6
Fix .deb package name to include versions
2016-06-14 02:10:16 -07:00
Senthil
263b80ecbb
Add HostFXR to UpdateDependencies
2016-06-14 02:09:59 -07:00
Senthil
a8f05f2914
Remove the hostfxr debian target
2016-06-14 02:09:45 -07:00
Senthil
716ff73f69
Fix target chaining into hostfxr
2016-06-14 02:09:35 -07:00
Senthil
469406de7d
Fix description of hostfxr
2016-06-14 02:09:25 -07:00
Bryan Thornbury
0f640a32e3
download fxr installer file, use it in pkg targets
2016-06-14 02:09:12 -07:00
schellap
e3c53c18fd
Bring Host FXR MSI
2016-06-14 02:08:58 -07:00
jacalvar
635c3331df
Update to Json.NET 9.0.1
2016-06-14 03:21:56 -05:00
Eric Erhardt
a4cef6d367
Updating NuGet to beta2-1484
2016-06-14 03:19:04 -05:00
Eric Erhardt
1a9b16a1ad
Adding dotnet-core feed to the NuGet.config since that has the stable versions of the .NET runtime.
2016-06-14 03:17:12 -05:00
Eric Erhardt
f25f047376
Updating CoreFX, CoreCLR, Roslyn, CoreSetup to stable versions.
2016-06-14 03:14:53 -05:00
Eric Erhardt
dfe99ca45d
Port https://github.com/dotnet/core-setup/pull/159 to CLI
2016-06-14 03:03:55 -05:00
Bryan Thornbury
18c8a2724a
Merge pull request #3535 from brthor/brthor/reenabledeb
...
reenable deb publishing
2016-06-13 18:12:28 -07:00
Eric StJohn
8e67d483b7
Merge pull request #3541 from ericstj/fixAVInterference
...
Remove File.Copy optimization during expansion
2016-06-13 16:57:16 -07:00