AddUserSecrets, RenameByDateTaken and BlurHash
This commit is contained in:
24
BlurHash.Core/BlurHash.Core.csproj
Normal file
24
BlurHash.Core/BlurHash.Core.csproj
Normal file
@ -0,0 +1,24 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<LangVersion>10.0</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<OutputType>library</OutputType>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PackageId>BlurHash.Core</PackageId>
|
||||
<PackageVersion>2.0.0</PackageVersion>
|
||||
<Authors>Markus Palcer</Authors>
|
||||
<Description>BlurHash is a compact representation of a placeholder for an image.</Description>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
<Copyright>Copyright 2019 Markus Palcer</Copyright>
|
||||
<PackageTags>blurhash image preview compression encoding</PackageTags>
|
||||
<PackageProjectUrl>https://github.com/MarkusPalcer/blurhash.net</PackageProjectUrl>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Memory" Version="4.5.5" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user