fix: updating NuGet description

This commit is contained in:
Dylan R. E. Moonfire 2021-09-11 00:58:30 -05:00
parent 3f1f50c34e
commit 2aa87a9115

View file

@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<Description>A set of utilities and extension methods to make System.IO easier.</Description>
</PropertyGroup>
</Project>