Format csproj

This commit is contained in:
Oliver Booth 2022-02-14 13:02:30 +00:00
parent b139d06a33
commit 3a42b4cac9
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<Description>Extension methods on crack.</Description> <Description>Extension methods on crack.</Description>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile> <PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon> <PackageIcon>icon.png</PackageIcon>
<PackageIconUrl /> <PackageIconUrl/>
<PackageTags>dotnet extension-methods</PackageTags> <PackageTags>dotnet extension-methods</PackageTags>
<Version>2.6.0</Version> <Version>2.6.0</Version>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors> <CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
@ -28,11 +28,11 @@
<ItemGroup> <ItemGroup>
<None Include="..\icon.png"> <None Include="..\icon.png">
<Pack>True</Pack> <Pack>True</Pack>
<PackagePath /> <PackagePath/>
</None> </None>
<None Include="..\LICENSE.md"> <None Include="..\LICENSE.md">
<Pack>True</Pack> <Pack>True</Pack>
<PackagePath /> <PackagePath/>
</None> </None>
</ItemGroup> </ItemGroup>