Vit.Net.Http.FormFile.csproj 691 B

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>2.1.1.611</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. </PropertyGroup>
  11. <PropertyGroup>
  12. <DocumentationFile>bin\Debug\netstandard2.0\Vit.Net.Http.FormFile.xml</DocumentationFile>
  13. </PropertyGroup>
  14. <ItemGroup>
  15. <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.0.0" />
  16. </ItemGroup>
  17. </Project>