The next generation of the Teknik Services. Written in ASP.NET.
https://www.teknik.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
905 B
23 lines
905 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<TargetFramework>net5.0</TargetFramework> |
|
<AssemblyName>Teknik.Utilities</AssemblyName> |
|
<RootNamespace>Teknik.Utilities</RootNamespace> |
|
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;linux-arm;osx-x64</RuntimeIdentifiers> |
|
<Configurations>Debug;Release;Test</Configurations> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="HtmlSanitizer" Version="5.0.404" /> |
|
<PackageReference Include="Markdig" Version="0.25.0" /> |
|
<PackageReference Include="Mime-Detective" Version="0.0.6-beta4" /> |
|
<PackageReference Include="MySql.Data" Version="8.0.25" /> |
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
|
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<FrameworkReference Include="Microsoft.AspNetCore.App" /> |
|
</ItemGroup> |
|
</Project>
|
|
|