Versions of .NET

Release 1.0.7

  • Released on 2017-09-21
  • Runtime 1.0.7
  • SDK 1.1.4
  • ASP.NET Runtime 1.0.7
  • !Security

Security

Release notes

(Source)

.NET Core September 2017 Update - Released 9/21/2017

.NET Core 1.0.7, 1.1.4 and SDK 1.1.4 are available for download and usage in your environment.

Downloads

After installing the .NET Core SDK 1.1.4, the following command will show that you're running version 1.1.4 of the tools.

dotnet --version

Your feedback is important and appreciated. We've created dotnet/core #980 for your questions and comments.

Azure AppServices

Deployment of the September 2017 Update on Azure AppServices is in process. Because AppServices is a high availability service, the deployment is carefully staged across regions over a period of time. Availability will begin in the West US 2 region today and gradually expand to all regions over the next few days.

September Update Highlights

High Sierra (macOS 10.13)

The September 2017 Update has been tested on macOS High Sierra to ensure compatibility. Please start an conversation in dotnet/core #980 if issues are encountered.

Docker Images

The .NET Core Docker images have been updated for this release. Look for the 1.1.4 images.

Fixes in the September 2017 Update

1.0.7

Core-Setup

  • [d17d2ac36] Specify the CFG flag for Linker for native Binaries built on Windows so that they have the complete CFG configuration details in the binary

CoreFX

  • [63b6bd467] Check for openssl version before setting cert callback.
  • [8d4300f3d] Unable to make https request when Oid lookup takes too long (#21320)
  • [a077f83c3] DriveInfo description for macOS High Sierra - System.IO.FileSystem.DriveInfoTests.DriveInfoUnixTests/PropertiesOfValidDrive failed with "Xunit.Sdk.EqualException"
  • [9052f585f] Fix segfaults in release branches for OSX 10.13
  • [3af071c60] Prevent crash when Openssl's PKCS12_parse function fails
  • [47d95a608] Simplify X509Chain building with OpenSSL

1.1.4

Core-Setup

  • [ac50277ce] Specify the CFG flag for Linker for native Binaries built on Windows so that they have the complete CFG configuration details in the binary

CoreFX

  • [63bc3dbff] Check for openssl version before setting cert callback.
  • [8e1d50748] Backport crypto fixes for High Sierra - System.Security.Cryptography.Encryption.Aes.Tests.AesCipherTests failed with "Interop+AppleCrypto+AppleCommonCryptoCryptographicException"
  • [454bdeb2e] Unable to make https request when Oid lookup takes too long (#21320)
  • [3d2debcf3] DriveInfo description for macOS High Sierra - System.IO.FileSystem.DriveInfoTests.DriveInfoUnixTests/PropertiesOfValidDrive failed with "Xunit.Sdk.EqualException"
  • [3b44fcf84] Fix segfaults in release branches for OSX 10.13
  • [3a3dda967] Simplify X509Chain building with OpenSSL
  • [715be49ac] IOException during "File.WriteAllText" to the file under NFS on Linux

Downloads