Add package items to project file

This commit is contained in:
Daniel J. Summers 2023-07-08 07:26:19 -04:00
parent 22a6320983
commit c17b99fa5b

View File

@ -20,6 +20,11 @@
<PackageTags>aspnetcore middleware canonical</PackageTags> <PackageTags>aspnetcore middleware canonical</PackageTags>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />