mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 17:50:40 +03:00
15 lines
411 B
XML
15 lines
411 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|||
|
<RootNamespace>SoftEther.VPNServerRpc</RootNamespace>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.10.0" />
|
|||
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|