mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
21 lines
840 B
XML
21 lines
840 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<AssemblyName>Teknik.Utilities</AssemblyName>
|
|
<RootNamespace>Teknik.Utilities</RootNamespace>
|
|
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;linux-arm;osx-x64</RuntimeIdentifiers>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="HtmlSanitizer" Version="4.0.185" />
|
|
<PackageReference Include="Markdig" Version="0.15.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" />
|
|
<PackageReference Include="Mime-Detective" Version="0.0.6-beta3" />
|
|
<PackageReference Include="MySql.Data" Version="8.0.11" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
|
<PackageReference Include="Portable.BouncyCastle" Version="1.8.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|