Vit.Net.Http.FormFile.csproj 876 B

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <pack>nuget</pack>
  4. </PropertyGroup>
  5. <PropertyGroup>
  6. <TargetFramework>netstandard2.0</TargetFramework>
  7. <Version>2.1.22-temp</Version>
  8. </PropertyGroup>
  9. <PropertyGroup>
  10. <Authors>Lith</Authors>
  11. <Description>Http.FormFile MultipartForm extensions</Description>
  12. <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
  13. </PropertyGroup>
  14. <PropertyGroup>
  15. <DocumentationFile>bin\Debug\netstandard2.0\Vit.Net.Http.FormFile.xml</DocumentationFile>
  16. </PropertyGroup>
  17. <ItemGroup>
  18. <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.34" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ProjectReference Include="..\Vit.Core\Vit.Core\Vit.Core.csproj" />
  22. </ItemGroup>
  23. </Project>