.NET Core 3.1.5 - June 9, 2020
.NET Core 3.1.5 is available for download and usage in your environment. This release includes .NET Core 3.1.5 and .NET Core SDK 3.1.105.
The .NET Core SDK 3.1.105 includes .NET Core 3.1 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 3.1.105, the following command will show that you're running version 3.1.105
of the tools.
dotnet --version
Your feedback is important and appreciated. We've created an issue at dotnet/core #4803 for your questions and comments.
Downloads
SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | |
---|---|---|---|---|---|---|
Windows | x86 | x64 | x86 | x64 | ARM | x86 | x64 | x86 | x64 | ARM | x86 | x64 | ARM | Hosting Bundle2 |
x86 | x64 |
macOS | x64 | x64 | x64 | x64 | x641 | - |
Linux | Snap Install | x64 | ARM | ARM64 | x64 Alpine | - | x64 | ARM | ARM64 | x64 Alpine | ARM64 Alpine | x641 | ARM1 | ARM641 | x64 Alpine | ARM64 Alpine | - |
RHEL6 | - | x64 | - | x64 | - | |
Checksums | SDK | - | Runtime | - | - | - |
- Includes the .NET Core and ASP.NET Core Runtimes
- For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.
Visual Studio Compatibility
Visual Studio compatibility: .NET Core 3.1 requires Visual Studio 2019 16.4 or above to take full advantage of all its features. .NET Core 3.1 won't work properly in earlier versions of Visual Studio. See the following table to select the correct download.
OS | Development Environment | .NET Core SDK |
---|---|---|
Windows | Visual Studio 2019 version 16.6 | 3.1.301 |
Windows | Visual Studio 2019 version 16.4 | 3.1.105 |
MacOS | Visual Studio for Mac | Visual Studio for Mac .NET Core Support |
Docker Images
The .NET Core Docker images have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in "Staying up-to-date with .NET Container Images".
The following repos have been updated
Azure App Services
- .NET Core 3.1.5 is being deployed to Azure App Services and the deployment is expected to complete later in June 2020.
.NET Core Lifecycle News
Alpine 3.12 and Centos 8 has been added as supported OS with this update of .NET Core 3.1.
Changes in 3.1.5
.NET Core 3.1.5 release carries both security and non-security fixes.
CVE-2020-1108: .NET Core Denial of Service Vulnerability
To comprehensively address CVE-2020-1108, Microsoft has released updates for .NET Core 2.1 and .NET Core 3.1. Customers who use any of these versions of .NET Core should install the latest version of .NET Core. See the Release Notes for the latest version numbers and instructions for updating .NET Core.
Microsoft is aware of a denial of service vulnerability which exists when .NET Core improperly handles web requests. An attacker who successfully exploited this vulnerability could cause a denial of service against a .NET Core web application. The vulnerability can be exploited remotely, without authentication.
A remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to the .NET Core application. The update addresses the vulnerability by correcting how the .NET Core web application handles web requests.
Additional fixes in this release
macOS Notarization Change
Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of notarization requirements. If you want to opt into using the AppHost, please use following:
<PropertyGroup>
<UseAppHost>true</UseAppHost>
</PropertyGroup>
Packages updated in this release:
Package name | Version |
---|---|
runtime.linux-arm.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
runtime.linux-arm64.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
runtime.linux-x64.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
runtime.osx-x64.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
Microsoft.WindowsDesktop.App.Runtime.win-x86 | 3.1.5.nupkg |
Microsoft.WindowsDesktop.App.Runtime.win-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.linux-arm | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.linux-arm64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.linux-musl-arm64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.linux-musl-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.linux-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.osx-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.rhel.6-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.win-arm | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.win-arm64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.win-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Host.win-x86 | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.linux-arm | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.linux-arm64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.linux-musl-arm64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.linux-musl-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.linux-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.osx-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.rhel.6-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.win-arm | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.win-arm64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.win-x64 | 3.1.5.nupkg |
Microsoft.NETCore.App.Runtime.win-x86 | 3.1.5.nupkg |
Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.rhel.6-x64.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.win-arm.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
runtime.win-arm.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
runtime.win-arm64.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
runtime.win-x64.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 3.1.5.nupkg |
runtime.win-x86.Microsoft.NETCore.DotNetHost | 3.1.5.nupkg |
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy | 3.1.5.nupkg |
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 3.1.5.nupkg |
Microsoft.DotNet.PlatformAbstractions | 3.1.5.nupkg |
Microsoft.NET.HostModel | 3.1.5.nupkg |
Microsoft.Extensions.DependencyModel | 3.1.5.nupkg |
System.Threading.Tasks.Dataflow | 4.11.1.nupkg |
System.Text.Json | 4.7.2.nupkg |
System.Collections.Immutable | 1.7.1.nupkg |
Microsoft.XmlSerializer.Generator | 2.2.1.nupkg |
Microsoft.NETCore.Platforms | 3.1.1.nupkg |
Microsoft.Bcl.AsyncInterfaces | 1.1.1.nupkg |
System.Threading.Channels | 4.7.1.nupkg |
System.Composition | 1.4.1.nupkg |
System.Composition.Convention | 1.4.1.nupkg |
System.Text.Encodings.Web | 4.7.1.nupkg |
System.Text.Encoding.CodePages | 4.7.1.nupkg |
System.Resources.Extensions | 4.7.1.nupkg |
System.Reflection.MetadataLoadContext | 4.7.2.nupkg |
System.Reflection.Metadata | 1.8.1.nupkg |
System.Reflection.DispatchProxy | 4.7.1.nupkg |
System.Composition.AttributedModel | 1.4.1.nupkg |
System.Json | 4.7.1.nupkg |
System.IO.Pipelines | 4.7.2.nupkg |
System.Diagnostics.DiagnosticSource | 4.7.1.nupkg |
System.Data.OleDb | 4.7.1.nupkg |
System.Composition.TypedParts | 1.4.1.nupkg |
System.Composition.Runtime | 1.4.1.nupkg |
System.Composition.Hosting | 1.4.1.nupkg |
System.Net.WebSockets.WebSocketProtocol | 4.7.1.nupkg |
Microsoft.Extensions.Identity.Stores | 3.1.5.nupkg |
Microsoft.Extensions.Identity.Core | 3.1.5.nupkg |
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 3.1.5.nupkg |
Microsoft.Extensions.ApiDescription.Client | 3.1.5.nupkg |
Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1 | 3.1.5.nupkg |
Microsoft.Extensions.ApiDescription.Server | 3.1.5.nupkg |
Microsoft.DotNet.Web.ItemTemplates | 3.1.5.nupkg |
Microsoft.AspNetCore.App.Runtime.win-arm64 | 3.1.5.nupkg |
Microsoft.AspNetCore.App.Runtime.win-arm | 3.1.5.nupkg |
AspNetCoreRuntime.3.1.x64 | 3.1.5.nupkg |
AspNetCoreRuntime.3.1.x86 | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.Certificate | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.AzureADB2C.UI | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.AzureAD.UI | 3.1.5.nupkg |
Microsoft.AspNetCore.App.Runtime.win-x86 | 3.1.5.nupkg |
Microsoft.AspNetCore.App.Runtime.win-x64 | 3.1.5.nupkg |
Microsoft.AspNetCore.ApiAuthorization.IdentityServer | 3.1.5.nupkg |
dotnet-sql-cache | 3.1.5.nupkg |
Microsoft.DotNet.Web.ProjectTemplates.3.1 | 3.1.5.nupkg |
Microsoft.AspNetCore.App.Runtime.osx-x64 | 3.1.5.nupkg |
Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | 3.1.5.nupkg |
Microsoft.AspNetCore.App.Runtime.linux-arm | 3.1.5.nupkg |
Microsoft.AspNetCore.App.Runtime.linux-arm64 | 3.1.5.nupkg |
Microsoft.AspNetCore.App.Runtime.linux-x64 | 3.1.5.nupkg |
Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.Google | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.Facebook | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.MicrosoftAccount | 3.1.5.nupkg |
Microsoft.AspNetCore.Mvc.Testing | 3.1.5.nupkg |
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation | 3.1.5.nupkg |
Microsoft.AspNetCore.Mvc.NewtonsoftJson | 3.1.5.nupkg |
Microsoft.AspNetCore.MiddlewareAnalysis | 3.1.5.nupkg |
Microsoft.AspNetCore.NodeServices | 3.1.5.nupkg |
Microsoft.AspNetCore.Metadata | 3.1.5.nupkg |
Microsoft.AspNetCore.Identity.UI | 3.1.5.nupkg |
Microsoft.AspNetCore.Identity.Specification.Tests | 3.1.5.nupkg |
Microsoft.AspNetCore.Identity.EntityFrameworkCore | 3.1.5.nupkg |
Microsoft.AspNetCore.Http.Features | 3.1.5.nupkg |
Microsoft.AspNetCore.Http.Connections.Common | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.JwtBearer | 3.1.5.nupkg |
Microsoft.AspNetCore.JsonPatch | 3.1.5.nupkg |
Microsoft.AspNetCore.Hosting.WindowsServices | 3.1.5.nupkg |
Microsoft.AspNetCore.Owin | 3.1.5.nupkg |
Microsoft.DotNet.Web.Client.ItemTemplates | 3.1.5.nupkg |
Microsoft.dotnet-openapi | 3.1.5.nupkg |
Microsoft.AspNetCore.TestHost | 3.1.5.nupkg |
Microsoft.AspNetCore.SpaServices.Extensions | 3.1.5.nupkg |
Microsoft.AspNetCore.SpaServices | 3.1.5.nupkg |
Microsoft.AspNetCore.SignalR.StackExchangeRedis | 3.1.5.nupkg |
Microsoft.AspNetCore.SignalR.Specification.Tests | 3.1.5.nupkg |
Microsoft.AspNetCore.SignalR.Protocols.MessagePack | 3.1.5.nupkg |
Microsoft.AspNetCore.SignalR.Protocols.Json | 3.1.5.nupkg |
Microsoft.AspNetCore.SignalR.Common | 3.1.5.nupkg |
Microsoft.AspNetCore.SignalR.Client.Core | 3.1.5.nupkg |
Microsoft.AspNetCore.SignalR.Client | 3.1.5.nupkg |
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv | 3.1.5.nupkg |
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | 3.1.5.nupkg |
Microsoft.AspNetCore.HeaderPropagation | 3.1.5.nupkg |
Microsoft.AspNetCore.Http.Connections.Client | 3.1.5.nupkg |
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 3.1.5.nupkg |
Microsoft.AspNetCore.AzureAppServicesIntegration | 3.1.5.nupkg |
Microsoft.AspNetCore.AzureAppServices.HostingStartup | 3.1.5.nupkg |
Microsoft.AspNetCore.Authorization | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.WsFederation | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.Twitter | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.OpenIdConnect | 3.1.5.nupkg |
Microsoft.AspNetCore.Authentication.Negotiate | 3.1.5.nupkg |
Microsoft.AspNetCore.AzureAppServices.SiteExtension | 3.1.5.nupkg |
Microsoft.AspNetCore.Components | 3.1.5.nupkg |
Microsoft.AspNetCore.DataProtection.StackExchangeRedis | 3.1.5.nupkg |
Microsoft.AspNetCore.DataProtection.Extensions | 3.1.5.nupkg |
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 3.1.5.nupkg |
Microsoft.AspNetCore.DataProtection.AzureStorage | 3.1.5.nupkg |
Microsoft.AspNetCore.DataProtection.Abstractions | 3.1.5.nupkg |
Microsoft.AspNetCore.DataProtection | 3.1.5.nupkg |
Microsoft.AspNetCore.DataProtection.AzureKeyVault | 3.1.5.nupkg |
Microsoft.AspNetCore.Cryptography.Internal | 3.1.5.nupkg |
Microsoft.AspNetCore.Connections.Abstractions | 3.1.5.nupkg |
Microsoft.AspNetCore.ConcurrencyLimiter | 3.1.5.nupkg |
Microsoft.AspNetCore.Components.Web | 3.1.5.nupkg |
Microsoft.AspNetCore.Components.Forms | 3.1.5.nupkg |
Microsoft.AspNetCore.Components.Authorization | 3.1.5.nupkg |
Microsoft.AspNetCore.Components.Analyzers | 3.1.5.nupkg |
Microsoft.AspNetCore.Cryptography.KeyDerivation | 3.1.5.nupkg |
dotnet-svcutil.xmlserializer | 1.2.0.nupkg |
System.Net.Http.WinHttpHandler | 4.7.2.nupkg |
System.Net.Http.Json | 3.2.1.nupkg |
Microsoft.AspNetCore.Mvc.Razor.Extensions | 3.1.5.nupkg |
Microsoft.AspNetCore.Razor.Language | 3.1.5.nupkg |
Microsoft.CodeAnalysis.Razor | 3.1.5.nupkg |
Microsoft.NET.Sdk.Razor | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Tools | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.InMemory | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Abstractions | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Analyzers | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Cosmos | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Design | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Proxies | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Relational | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Specification.Tests | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Sqlite | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Sqlite.Core | 3.1.5.nupkg |
dotnet-ef | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 3.1.5.nupkg |
Microsoft.EntityFrameworkCore.SqlServer | 3.1.5.nupkg |
Microsoft.Data.Sqlite.Core | 3.1.5.nupkg |
Microsoft.Data.Sqlite | 3.1.5.nupkg |
Microsoft.JSInterop | 3.1.5.nupkg |
Microsoft.Extensions.FileProviders.Physical | 3.1.5.nupkg |
Microsoft.Extensions.FileProviders.Embedded | 3.1.5.nupkg |
Microsoft.Extensions.FileProviders.Composite | 3.1.5.nupkg |
Microsoft.Extensions.FileProviders.Abstractions | 3.1.5.nupkg |
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 3.1.5.nupkg |
Microsoft.Extensions.Diagnostics.HealthChecks | 3.1.5.nupkg |
Microsoft.Extensions.DiagnosticAdapter | 3.1.5.nupkg |
Microsoft.Extensions.DependencyInjection.Specification.Tests | 3.1.5.nupkg |
Microsoft.Extensions.DependencyInjection.Abstractions | 3.1.5.nupkg |
Microsoft.Extensions.DependencyInjection | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.Xml | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.UserSecrets | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.NewtonsoftJson | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.KeyPerFile | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.Json | 3.1.5.nupkg |
Microsoft.Extensions.WebEncoders | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.Ini | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.EnvironmentVariables | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.CommandLine | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.Binder | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.AzureKeyVault | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.Abstractions | 3.1.5.nupkg |
Microsoft.Extensions.Configuration | 3.1.5.nupkg |
Microsoft.Extensions.Caching.StackExchangeRedis | 3.1.5.nupkg |
Microsoft.Extensions.Caching.SqlServer | 3.1.5.nupkg |
Microsoft.Extensions.Caching.Memory | 3.1.5.nupkg |
Microsoft.Extensions.Caching.Abstractions | 3.1.5.nupkg |
Microsoft.Extensions.Configuration.FileExtensions | 3.1.5.nupkg |
Microsoft.Extensions.FileSystemGlobbing | 3.1.5.nupkg |
Microsoft.Extensions.Primitives | 3.1.5.nupkg |
Microsoft.Extensions.Options.DataAnnotations | 3.1.5.nupkg |
Microsoft.Extensions.Options.ConfigurationExtensions | 3.1.5.nupkg |
Microsoft.Extensions.Options | 3.1.5.nupkg |
Microsoft.Extensions.ObjectPool | 3.1.5.nupkg |
Microsoft.Extensions.Logging.TraceSource | 3.1.5.nupkg |
Microsoft.Extensions.Logging.EventSource | 3.1.5.nupkg |
Microsoft.Extensions.Logging.EventLog | 3.1.5.nupkg |
Microsoft.Extensions.Logging.Debug | 3.1.5.nupkg |
Microsoft.Extensions.Logging.Configuration | 3.1.5.nupkg |
Microsoft.Extensions.Logging.AzureAppServices | 3.1.5.nupkg |
Microsoft.Extensions.Logging.Abstractions | 3.1.5.nupkg |
Microsoft.Extensions.Logging | 3.1.5.nupkg |
Microsoft.Extensions.Localization.Abstractions | 3.1.5.nupkg |
Microsoft.Extensions.Localization | 3.1.5.nupkg |
Microsoft.Extensions.Http.Polly | 3.1.5.nupkg |
Microsoft.Extensions.Http | 3.1.5.nupkg |
Microsoft.Extensions.Hosting.WindowsServices | 3.1.5.nupkg |
Microsoft.Extensions.Hosting.Systemd | 3.1.5.nupkg |
Microsoft.Extensions.Hosting.Abstractions | 3.1.5.nupkg |
Microsoft.Extensions.Hosting | 3.1.5.nupkg |
Microsoft.Extensions.Logging.Console | 3.1.5.nupkg |
microsoft.build | 16.6.0.nupkg |
microsoft.build.conversion.core | 16.6.0.nupkg |
microsoft.build.engine | 16.6.0.nupkg |
microsoft.build.framework | 16.6.0.nupkg |
microsoft.build.runtime | 16.6.0.nupkg |
microsoft.build.tasks.core | 16.6.0.nupkg |
microsoft.build.utilities.core | 16.6.0.nupkg |