12345678910111213141516171819202122232425262728293031 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <pack>nuget</pack>
- </PropertyGroup>
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <Version>2.1.22-temp</Version>
- </PropertyGroup>
- <PropertyGroup>
- <Authors>Lith</Authors>
- <Description>Http.FormFile MultipartForm extensions</Description>
- <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
- </PropertyGroup>
- <PropertyGroup>
- <DocumentationFile>bin\Debug\netstandard2.0\Vit.Net.Http.FormFile.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.34" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Vit.Core\Vit.Core\Vit.Core.csproj" />
- </ItemGroup>
- </Project>
|