Bug 1430199 - Update to .NET Core 1.1.1
Summary: Update to .NET Core 1.1.1
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: dotNET
Classification: Red Hat
Component: rh-dotnetcore11
Version: 1.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ga
: 1.1
Assignee: Omair Majid
QA Contact: jiri vanek
Les Williams
URL:
Whiteboard:
Depends On:
Blocks: 1430310
TreeView+ depends on / blocked
 
Reported: 2017-03-08 02:24 UTC by Omair Majid
Modified: 2017-03-15 09:48 UTC (History)
7 users (show)

Fixed In Version: rh-dotnetcore11-dotnetcore-1.1.1-1.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-15 09:48:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:0520 0 normal SHIPPED_LIVE Update to .NET Core 1.1.1 2017-03-15 13:48:21 UTC

Description Omair Majid 2017-03-08 02:24:06 UTC
.NET Core 1.1.1 was released upstream.

We need to update our version of .NET Core to this latest release as well.

Unlike the version release upstream, our builds of .NET Core 1.1.1 will continue using the older tooling. They will support building projects using project.json and not support the new csproj format. This means our release of 1.1.1 will be backwards compatible and not break the workflow for anyone using the previous versions of the tooling.

Comment 3 jiri vanek 2017-03-14 09:54:17 UTC
[tester@rhel7-x64 ~]$ rpm -qa | grep dotnet
rh-dotnetcore11-1.0-1.el7.x86_64
rh-dotnetcore11-libuv-1.9.0-1.el7.x86_64
rh-dotnetcore11-dotnetcore-1.1.1-1.el7.x86_64
rh-dotnetcore11-libcurl-7.47.1-4.el7.x86_64
rh-dotnetcore11-runtime-1.0-1.el7.x86_64
[tester@rhel7-x64 ~]$ scl enable rh-dotnetcore11 -- dotnet  --version
1.0.0-preview2-1-003176
[tester@rhel7-x64 ~]$ scl enable rh-dotnetcore11 -- dotnet

Microsoft .NET Core Shared Framework Host

  Version  : 1.1.0
  Build    : 362e48a95c86b40cd1f2ef3d08741f7fed897956

Usage: dotnet [common-options] [[options] path-to-application]

Common Options:
  --help                           Display .NET Core Shared Framework Host help.
  --version                        Display .NET Core Shared Framework Host version.

Options:
  --fx-version <version>           Version of the installed Shared Framework to use to run the application.
  --additionalprobingpath <path>   Path containing probing policy and assemblies to probe for.

Path to Application:
  The path to a .NET Core managed application, dll or exe file to execute.

If you are debugging the Shared Framework Host, set 'COREHOST_TRACE' to '1' in your environment.

To get started on developing applications for .NET Core, install the SDK from:
  http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
[tester@rhel7-x64 ~]$ 


Looks like 1.1 core is  used

Comment 7 Omair Majid 2017-03-14 13:39:19 UTC
(In reply to jiri vanek from comment #3)
> [tester@rhel7-x64 ~]$ scl enable rh-dotnetcore11 -- dotnet
> 
> Microsoft .NET Core Shared Framework Host
> 
>   Version  : 1.1.0
>   Build    : 362e48a95c86b40cd1f2ef3d08741f7fed897956

> Looks like 1.1 core is  used

I asked Microsoft about this when they shared their sources with me. It's very non-obvious so here's my understanding of version numbers.

This 1.1.0 is the version of the `dotnet` command, which is also known as the shared-host and basically is the version of https://github.com/dotnet/core-setup.

The version of core-setup didn't change because there were no fixes to it.

dotnet --version gives the version of cli (https://github.com/dotnet/cli) which is just a build-version bump from the version in what we called ".NET Core 1.1.0".

The bugfixes in this update were in CoreCLR and CoreFX. There's no simple way to print the version string for that. I use 

    ls $(dirname $(readlink -f $(scl enable rh-dotnetcore11 -- which dotnet)))/shared/Microsoft.NETCore.App

Which shows this is 1.1.1.

Comment 9 errata-xmlrpc 2017-03-15 09:48:29 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2017-0520.html


Note You need to log in before you can comment on or make changes to this bug.