.NET Core 3.1.9 is available for download and usage in your environment. This release includes .NET Core 3.1.9 and .NET Core SDK 3.1.109.
The .NET Core SDK 3.1.109 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.109, the following command will show that you're running version 3.1.109
of the tools.
dotnet --version
Your feedback is important and appreciated. We've created an issue at dotnet/core #5347 for your questions and comments.
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: .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.7 | 3.1.403 |
Windows | Visual Studio 2019 version 16.4 | 3.1.109 |
macOS | Visual Studio for Mac | Visual Studio for Mac .NET Core Support |
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
- .NET Core 3.1.9 is being deployed to Azure App Services and the deployment is expected to complete later in October 2020.
Fedroa 33 and Ubuntu 20.10 has been added as supported OS with this update of .NET Core 3.1.
.NET Core 3.1.9 release carries only non-security fixes.
Since the introduction of SocketsHttpHandler
in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an HttpRequestException
. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of SocketsHttpHandler.RequestHeaderEncodingSelector
. To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling SocketsHttpHandler
to send ISO-8859-1 (Latin-1) encoded characters in headers.
AppContext
switch:System.Net.Http.SocketsHttpHandler.AllowLatin1Headers
.false
- disabled,true
- enabled- Environment variable:
DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_ALLOWLATIN1HEADERS
.0
- disabled,1
- enabled
Note:
This switch is specific to .NET Core 3.1 since service release 3.1.9, and not available in later versions.
Running "dotnet build" will generate a dll instead of a dylib 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, add the following to your project file:
<PropertyGroup>
<UseAppHost>true</UseAppHost>
</PropertyGroup>
Package name | Version |
---|---|
runtime.linux-arm.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
Microsoft.WindowsDesktop.App.Runtime.win-x86 | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.win-arm | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.rhel.6-x64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.win-x86 | 3.1.9.nupkg |
Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.linux-x64.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
runtime.osx-x64.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.win-x64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.linux-musl-arm64 | 3.1.9.nupkg |
Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.linux-musl-x64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.linux-arm64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.win-x64 | 3.1.9.nupkg |
runtime.win-arm.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.linux-arm | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.linux-x64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.linux-arm | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.osx-x64 | 3.1.9.nupkg |
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
runtime.win-x86.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.linux-musl-arm64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.rhel.6-x64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.linux-musl-x64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.win-arm64 | 3.1.9.nupkg |
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
runtime.win-arm.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
runtime.win-arm64.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
runtime.win-x64.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy | 3.1.9.nupkg |
runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.linux-arm64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.osx-x64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.win-arm64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Host.win-x86 | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.linux-x64 | 3.1.9.nupkg |
Microsoft.NETCore.App.Runtime.win-arm | 3.1.9.nupkg |
runtime.linux-arm64.Microsoft.NETCore.DotNetHost | 3.1.9.nupkg |
Microsoft.WindowsDesktop.App.Runtime.win-x64 | 3.1.9.nupkg |
Microsoft.NETCore.DotNetHostResolver | 3.1.9.nupkg |
runtime.rhel.6-x64.Microsoft.NETCore.DotNetAppHost | 3.1.9.nupkg |
Microsoft.Extensions.Identity.Stores | 3.1.9.nupkg |
Microsoft.Extensions.ApiDescription.Client | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.Certificate | 3.1.9.nupkg |
Microsoft.AspNetCore.App.Runtime.linux-x64 | 3.1.9.nupkg |
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation | 3.1.9.nupkg |
Microsoft.AspNetCore.Identity.UI | 3.1.9.nupkg |
Microsoft.AspNetCore.Identity.EntityFrameworkCore | 3.1.9.nupkg |
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 3.1.9.nupkg |
Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1 | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.Negotiate | 3.1.9.nupkg |
Microsoft.AspNetCore.Mvc.NewtonsoftJson | 3.1.9.nupkg |
Microsoft.AspNetCore.Http.Features | 3.1.9.nupkg |
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv | 3.1.9.nupkg |
Microsoft.DotNet.Web.Client.ItemTemplates | 3.1.9.nupkg |
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | 3.1.9.nupkg |
Microsoft.AspNetCore.SignalR.Client | 3.1.9.nupkg |
Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | 3.1.9.nupkg |
Microsoft.AspNetCore.NodeServices | 3.1.9.nupkg |
Microsoft.AspNetCore.MiddlewareAnalysis | 3.1.9.nupkg |
Microsoft.AspNetCore.Identity.Specification.Tests | 3.1.9.nupkg |
Microsoft.AspNetCore.Metadata | 3.1.9.nupkg |
Microsoft.AspNetCore.Http.Connections.Client | 3.1.9.nupkg |
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 3.1.9.nupkg |
Microsoft.AspNetCore.Components.Authorization | 3.1.9.nupkg |
Microsoft.AspNetCore.App.Runtime.win-arm | 3.1.9.nupkg |
Microsoft.AspNetCore.App.Runtime.win-x64 | 3.1.9.nupkg |
Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | 3.1.9.nupkg |
Microsoft.AspNetCore.App.Runtime.osx-x64 | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.Google | 3.1.9.nupkg |
Microsoft.AspNetCore.SignalR.Client.Core | 3.1.9.nupkg |
Microsoft.AspNetCore.Http.Connections.Common | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.Twitter | 3.1.9.nupkg |
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 3.1.9.nupkg |
Microsoft.Extensions.Identity.Core | 3.1.9.nupkg |
Microsoft.DotNet.Web.ProjectTemplates.3.1 | 3.1.9.nupkg |
Microsoft.AspNetCore.App.Runtime.win-arm64 | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.AzureAD.UI | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.JwtBearer | 3.1.9.nupkg |
Microsoft.AspNetCore.Mvc.Testing | 3.1.9.nupkg |
Microsoft.dotnet-openapi | 3.1.9.nupkg |
Microsoft.AspNetCore.SpaServices.Extensions | 3.1.9.nupkg |
Microsoft.AspNetCore.Components.Forms | 3.1.9.nupkg |
Microsoft.AspNetCore.AzureAppServicesIntegration | 3.1.9.nupkg |
Microsoft.AspNetCore.Authorization | 3.1.9.nupkg |
Microsoft.AspNetCore.DataProtection.AzureKeyVault | 3.1.9.nupkg |
Microsoft.AspNetCore.JsonPatch | 3.1.9.nupkg |
Microsoft.AspNetCore.SignalR.StackExchangeRedis | 3.1.9.nupkg |
Microsoft.AspNetCore.SignalR.Protocols.Json | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.WsFederation | 3.1.9.nupkg |
Microsoft.AspNetCore.Components.Web | 3.1.9.nupkg |
Microsoft.AspNetCore.DataProtection.Extensions | 3.1.9.nupkg |
Microsoft.AspNetCore.Cryptography.Internal | 3.1.9.nupkg |
Microsoft.AspNetCore.Connections.Abstractions | 3.1.9.nupkg |
AspNetCoreRuntime.3.1.x64 | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.Facebook | 3.1.9.nupkg |
Microsoft.AspNetCore.App.Runtime.win-x86 | 3.1.9.nupkg |
dotnet-sql-cache | 3.1.9.nupkg |
Microsoft.AspNetCore.App.Runtime.linux-arm64 | 3.1.9.nupkg |
Microsoft.AspNetCore.App.Runtime.linux-arm | 3.1.9.nupkg |
Microsoft.AspNetCore.Owin | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.MicrosoftAccount | 3.1.9.nupkg |
Microsoft.AspNetCore.SpaServices | 3.1.9.nupkg |
Microsoft.AspNetCore.SignalR.Protocols.MessagePack | 3.1.9.nupkg |
Microsoft.AspNetCore.HeaderPropagation | 3.1.9.nupkg |
Microsoft.AspNetCore.Components | 3.1.9.nupkg |
Microsoft.AspNetCore.AzureAppServices.HostingStartup | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.OpenIdConnect | 3.1.9.nupkg |
Microsoft.AspNetCore.DataProtection.StackExchangeRedis | 3.1.9.nupkg |
Microsoft.AspNetCore.DataProtection.Abstractions | 3.1.9.nupkg |
Microsoft.AspNetCore.ConcurrencyLimiter | 3.1.9.nupkg |
Microsoft.Extensions.ApiDescription.Server | 3.1.9.nupkg |
AspNetCoreRuntime.3.1.x86 | 3.1.9.nupkg |
Microsoft.AspNetCore.Authentication.AzureADB2C.UI | 3.1.9.nupkg |
Microsoft.AspNetCore.ApiAuthorization.IdentityServer | 3.1.9.nupkg |
Microsoft.DotNet.Web.ItemTemplates | 3.1.9.nupkg |
Microsoft.AspNetCore.TestHost | 3.1.9.nupkg |
Microsoft.AspNetCore.SignalR.Specification.Tests | 3.1.9.nupkg |
Microsoft.AspNetCore.SignalR.Common | 3.1.9.nupkg |
Microsoft.AspNetCore.Hosting.WindowsServices | 3.1.9.nupkg |
Microsoft.AspNetCore.Components.Analyzers | 3.1.9.nupkg |
Microsoft.AspNetCore.AzureAppServices.SiteExtension | 3.1.9.nupkg |
Microsoft.AspNetCore.DataProtection.AzureStorage | 3.1.9.nupkg |
Microsoft.AspNetCore.Cryptography.KeyDerivation | 3.1.9.nupkg |
Microsoft.AspNetCore.DataProtection | 3.1.9.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 3.1.9.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 3.1.9.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.1.x | 3.1.9.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.3.1 | 3.1.9.nupkg |
Microsoft.DotNet.Common.ItemTemplates | 3.1.9.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 3.1.9.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 3.1.9.nupkg |
System.ServiceModel.Primitives | 4.8.0-preview2.20277.5.nupkg |
System.ServiceModel.NetTcp | 4.8.0-preview2.20277.5.nupkg |
System.ServiceModel.Duplex | 4.8.0-preview2.20277.5.nupkg |
System.ServiceModel.Security | 4.8.0-preview2.20277.5.nupkg |
System.ServiceModel.Http | 4.8.0-preview2.20277.5.nupkg |
System.Private.ServiceModel | 4.8.0-preview2.20277.5.nupkg |
System.IO.Pipelines | 4.7.3.nupkg |
Microsoft.AspNetCore.Razor.Language | 3.1.9.nupkg |
Microsoft.CodeAnalysis.Razor | 3.1.9.nupkg |
Microsoft.NET.Sdk.Razor | 3.1.9.nupkg |
Microsoft.AspNetCore.Mvc.Razor.Extensions | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.SqlServer | 3.1.9.nupkg |
Microsoft.Data.Sqlite | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Analyzers | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.InMemory | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 3.1.9.nupkg |
dotnet-ef | 3.1.9.nupkg |
Microsoft.Data.Sqlite.Core | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Design | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Proxies | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Tools | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Cosmos | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Relational | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Sqlite | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Sqlite.Core | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Abstractions | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Specification.Tests | 3.1.9.nupkg |
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.EnvironmentVariables | 3.1.9.nupkg |
Microsoft.Extensions.Caching.SqlServer | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.Abstractions | 3.1.9.nupkg |
Microsoft.Extensions.Options.ConfigurationExtensions | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.Json | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.Binder | 3.1.9.nupkg |
Microsoft.Extensions.Caching.Abstractions | 3.1.9.nupkg |
Microsoft.Extensions.Configuration | 3.1.9.nupkg |
Microsoft.Extensions.Logging.EventLog | 3.1.9.nupkg |
Microsoft.Extensions.FileProviders.Abstractions | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.KeyPerFile | 3.1.9.nupkg |
Microsoft.Extensions.Caching.StackExchangeRedis | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.AzureKeyVault | 3.1.9.nupkg |
Microsoft.Extensions.Primitives | 3.1.9.nupkg |
Microsoft.Extensions.ObjectPool | 3.1.9.nupkg |
Microsoft.Extensions.Logging.AzureAppServices | 3.1.9.nupkg |
Microsoft.Extensions.DiagnosticAdapter | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.UserSecrets | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.Ini | 3.1.9.nupkg |
Microsoft.Extensions.Caching.Memory | 3.1.9.nupkg |
Microsoft.Extensions.FileSystemGlobbing | 3.1.9.nupkg |
Microsoft.Extensions.Options.DataAnnotations | 3.1.9.nupkg |
Microsoft.Extensions.Logging.EventSource | 3.1.9.nupkg |
Microsoft.Extensions.FileProviders.Physical | 3.1.9.nupkg |
Microsoft.Extensions.Hosting.Systemd | 3.1.9.nupkg |
Microsoft.Extensions.Http | 3.1.9.nupkg |
Microsoft.JSInterop | 3.1.9.nupkg |
Microsoft.Extensions.Diagnostics.HealthChecks | 3.1.9.nupkg |
Microsoft.Extensions.DependencyInjection.Abstractions | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.CommandLine | 3.1.9.nupkg |
Microsoft.Extensions.FileProviders.Composite | 3.1.9.nupkg |
Microsoft.Extensions.WebEncoders | 3.1.9.nupkg |
Microsoft.Extensions.Options | 3.1.9.nupkg |
Microsoft.Extensions.Logging.TraceSource | 3.1.9.nupkg |
Microsoft.Extensions.Logging.Console | 3.1.9.nupkg |
Microsoft.Extensions.Hosting.Abstractions | 3.1.9.nupkg |
Microsoft.Extensions.Localization.Abstractions | 3.1.9.nupkg |
Microsoft.Extensions.DependencyInjection.Specification.Tests | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.Xml | 3.1.9.nupkg |
Microsoft.Extensions.FileProviders.Embedded | 3.1.9.nupkg |
Microsoft.Extensions.Logging.Debug | 3.1.9.nupkg |
Microsoft.Extensions.Hosting | 3.1.9.nupkg |
Microsoft.Extensions.Hosting.WindowsServices | 3.1.9.nupkg |
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 3.1.9.nupkg |
Microsoft.Extensions.DependencyInjection | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.NewtonsoftJson | 3.1.9.nupkg |
Microsoft.Extensions.Configuration.FileExtensions | 3.1.9.nupkg |
Microsoft.Extensions.Logging.Configuration | 3.1.9.nupkg |
Microsoft.Extensions.Localization | 3.1.9.nupkg |
Microsoft.Extensions.Logging.Abstractions | 3.1.9.nupkg |
Microsoft.Extensions.Http.Polly | 3.1.9.nupkg |
Microsoft.Extensions.Logging | 3.1.9.nupkg |
Microsoft.DotNet.Common.ItemTemplates | 3.1.8.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 3.1.8.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.1.x | 3.1.8.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.3.1 | 3.1.8.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 3.1.8.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 3.1.8.nupkg |
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 3.1.8.nupkg |