forked from samuelneff/MimeTypeMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMimeTypes.csproj
More file actions
20 lines (19 loc) · 908 Bytes
/
MimeTypes.csproj
File metadata and controls
20 lines (19 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net452;net48;netcoreapp2.2;netcoreapp3.1;netstandard2.0;</TargetFrameworks>
<PackageId>MimeTypeMapOfficial</PackageId>
<Version>1.0.17</Version>
<Authors>Samuel Neff</Authors>
<Company>Samuel Neff</Company>
<Product>MimeTypeMap</Product>
<PackageProjectUrl>https://github.com/samuelneff/MimeTypeMap</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/samuelneff/MimeTypeMap/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>Samuel Neff 2017</Copyright>
<PackageTags>C# ASP.NET</PackageTags>
<Description>Huge dictionary of file extensions to mime types</Description>
<AssemblyVersion>2.3.2.0</AssemblyVersion>
<FileVersion>2.3.2.0</FileVersion>
<Authors>Samuel Neff</Authors>
<PackageTags>C#,ASP.NET,Mime</PackageTags>
</PropertyGroup>
</Project>