Initial development #1

Merged
danieljsummers merged 5 commits from initial-dev into main 2023-07-08 11:28:22 +00:00
Showing only changes of commit c17b99fa5b - Show all commits

View File

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