Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Description>A .NET library providing a helper class for flattening and composing IFileProvider instances.</Description>
<Description>A .NET library providing helper classes for flattening and composing IFileProvider instances.</Description>

<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Description>A lightweight .NET library of useful and convenient extensions for Microsoft.Extensions.FileProviders.</Description>
<Description>A lightweight .NET library of useful and convenient extensions for IFileProvider.</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Description>A .NET library implementing a IFileProvider that filters files using include and/or exclude glob patterns.</Description>
<Description>A .NET library implementing an IFileProvider that filters files using include and/or exclude glob patterns.</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Ramstack.FileProviders/Ramstack.FileProviders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Description>A .NET library providing additional implementations for Microsoft.Extensions.FileProviders.</Description>
<Description>A .NET library providing additional implementations of IFileProvider.</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
Expand Down
Loading