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.
15 lines
495 B
15 lines
495 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
<AssemblyName>Teknik.GitService</AssemblyName> |
|
<RootNamespace>Teknik.GitService</RootNamespace> |
|
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;linux-arm;osx-x64</RuntimeIdentifiers> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="MySql.Data" Version="8.0.13" /> |
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|