mirror of
https://github.com/vknet/vk.git
synced 2026-07-10 00:18:28 +00:00
14 lines
364 B
XML
14 lines
364 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<UserSecretsId>15F754CE-527C-42A4-9E88-2E3D9720158C</UserSecretsId>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\VkNet.Shared\VkNet.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|