Vit.Net.Http.FormFile.csproj 796 B

12345678910111213141516171819202122232425
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>2.1.1.499</Version>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Authors>Lith</Authors>
  8. <PackageProjectUrl>https://github.com/serset/Sers/tree/2.1.1/release</PackageProjectUrl>
  9. <Description>Send email to serset@yeah.net if you have any questions.</Description>
  10. <PackageReleaseNotes>Send email to serset@yeah.net if you have any questions.</PackageReleaseNotes>
  11. </PropertyGroup>
  12. <PropertyGroup>
  13. <DocumentationFile>bin\Debug\netstandard2.0\Vit.Net.Http.FormFile.xml</DocumentationFile>
  14. </PropertyGroup>
  15. <ItemGroup>
  16. <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.0.0" />
  17. </ItemGroup>
  18. </Project>