Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-rc1_Microsoft.Extensions.Hosting.Internal.md « Microsoft.AspNetCore.App « rc1 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b65c6e34092641c6d51c7c2e557aefebb05ba944 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Microsoft.Extensions.Hosting.Internal

``` diff
 namespace Microsoft.Extensions.Hosting.Internal {
     public class HostingEnvironment : IHostEnvironment, IHostingEnvironment {
-        public string? ApplicationName { get; set; }
+        public string ApplicationName { get; set; }
     }
 }
```