-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline pkg descriptions for libraries
- Loading branch information
1 parent
2076d7b
commit 4af3066
Showing
100 changed files
with
702 additions
and
2,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 7 additions & 1 deletion
8
src/libraries/Microsoft.Bcl.AsyncInterfaces/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
<Project> | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<StrongNameKeyId>Open</StrongNameKeyId> | ||
<!-- This assembly should never be placed inbox as it is only for downlevel compatibility. --> | ||
<PackageDescription>Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. | ||
|
||
Commonly Used Types: | ||
System.IAsyncDisposable | ||
System.Collections.Generic.IAsyncEnumerable | ||
System.Collections.Generic.IAsyncEnumerator</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/libraries/Microsoft.Extensions.Caching.Abstractions/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Caching abstractions for in-memory cache and distributed cache. | ||
|
||
Commonly Used Types: | ||
Microsoft.Extensions.Caching.Distributed.IDistributedCache | ||
Microsoft.Extensions.Caching.Memory.IMemoryCache</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Caching.Memory/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
13 changes: 13 additions & 0 deletions
13
src/libraries/Microsoft.Extensions.Configuration.Abstractions/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Abstractions of key-value pair based configuration. | ||
|
||
Commonly Used Types: | ||
Microsoft.Extensions.Configuration.IConfiguration | ||
Microsoft.Extensions.Configuration.IConfigurationBuilder | ||
Microsoft.Extensions.Configuration.IConfigurationProvider | ||
Microsoft.Extensions.Configuration.IConfigurationRoot | ||
Microsoft.Extensions.Configuration.IConfigurationSection</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Configuration.Binder/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Configuration.CommandLine/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Command line configuration provider implementation for Microsoft.Extensions.Configuration.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Configuration.FileExtensions/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Configuration.Ini/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>INI configuration provider implementation for Microsoft.Extensions.Configuration.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Configuration.Json/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>JSON configuration provider implementation for Microsoft.Extensions.Configuration.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Configuration.UserSecrets/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>User secrets configuration provider implementation for Microsoft.Extensions.Configuration.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Configuration.Xml/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>XML configuration provider implementation for Microsoft.Extensions.Configuration.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Configuration/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
9 changes: 9 additions & 0 deletions
9
src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Abstractions for dependency injection. | ||
|
||
Commonly Used Types: | ||
Microsoft.Extensions.DependencyInjection.IServiceCollection</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.DependencyInjection/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
9 changes: 9 additions & 0 deletions
9
src/libraries/Microsoft.Extensions.DependencyModel/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Abstractions for reading `.deps` files. | ||
|
||
Commonly Used Types: | ||
Microsoft.Extensions.DependencyModel.DependencyContext</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
11 changes: 11 additions & 0 deletions
11
src/libraries/Microsoft.Extensions.FileProviders.Abstractions/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Abstractions of files and directories. | ||
|
||
Commonly Used Types: | ||
Microsoft.Extensions.FileProviders.IDirectoryContents | ||
Microsoft.Extensions.FileProviders.IFileInfo | ||
Microsoft.Extensions.FileProviders.IFileProvider</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.FileProviders.Composite/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Composite file and directory providers for Microsoft.Extensions.FileProviders.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.FileProviders.Physical/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>File provider for physical files for Microsoft.Extensions.FileProviders.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.FileSystemGlobbing/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>File system globbing to find files matching a specified pattern.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Hosting.Abstractions/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Hosting and startup abstractions for applications.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Hosting/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Hosting and startup infrastructures for applications.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
9 changes: 9 additions & 0 deletions
9
src/libraries/Microsoft.Extensions.Http/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way. | ||
|
||
Commonly Used Types: | ||
System.Net.Http.IHttpClientFactory</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
15 changes: 15 additions & 0 deletions
15
src/libraries/Microsoft.Extensions.Logging.Abstractions/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Logging abstractions for Microsoft.Extensions.Logging. | ||
|
||
Commonly Used Types: | ||
Microsoft.Extensions.Logging.ILogger | ||
Microsoft.Extensions.Logging.ILoggerFactory | ||
Microsoft.Extensions.Logging.ILogger<TCategoryName> | ||
Microsoft.Extensions.Logging.LogLevel | ||
Microsoft.Extensions.Logging.Logger<T> | ||
Microsoft.Extensions.Logging.LoggerMessage | ||
Microsoft.Extensions.Logging.Abstractions.NullLogger</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Logging.Configuration/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Configuration support for Microsoft.Extensions.Logging.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Logging.Console/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Console logger provider implementation for Microsoft.Extensions.Logging.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Logging.Debug/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Logging.EventLog/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
5 changes: 3 additions & 2 deletions
5
src/libraries/Microsoft.Extensions.Logging.EventSource/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<Project> | ||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
|
||
<PropertyGroup> | ||
<NoWarn>$(NoWarn);PKG0001</NoWarn> | ||
<PackageDescription>EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Logging.TraceSource/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Logging/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Logging infrastructure default implementation for Microsoft.Extensions.Logging.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Provides additional configuration specific functionality related to Options.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Options.DataAnnotations/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Provides additional DataAnnotations specific functionality related to Options.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
src/libraries/Microsoft.Extensions.Options/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Provides a strongly typed way of specifying and accessing settings using dependency injection.</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
11 changes: 11 additions & 0 deletions
11
src/libraries/Microsoft.Extensions.Primitives/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Primitives shared by framework extensions. Commonly used types include: | ||
|
||
Commonly Used Types: | ||
Microsoft.Extensions.Primitives.IChangeToken | ||
Microsoft.Extensions.Primitives.StringValues | ||
Microsoft.Extensions.Primitives.StringSegment</PackageDescription> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.