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.
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net35</TargetFrameworks>
|
|
<RootNamespace>Net3_Proxy</RootNamespace>
|
|
<DebugType>portable</DebugType>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AsyncBridge" Version="0.3.1" />
|
|
<PackageReference Include="Portable.System.ValueTuple" Version="1.0.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|