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
456 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net35</TargetFrameworks>
  4. <RootNamespace>Net3_Proxy</RootNamespace>
  5. <DebugType>portable</DebugType>
  6. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="AsyncBridge" Version="0.3.1" />
  10. <PackageReference Include="Portable.System.ValueTuple" Version="1.0.1" />
  11. </ItemGroup>
  12. </Project>