.NET Core 1.0.7, 1.1.4 and SDK 1.1.4 are available for download and usage in your environment.
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.
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.
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.
The .NET Core Docker images have been updated for this release. Look for the 1.1.4 images.
[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[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[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[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