|
33 | 33 | <RootNamespace>duo_api_csharp</RootNamespace> |
34 | 34 | </PropertyGroup> |
35 | 35 | <ItemGroup> |
| 36 | + <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 37 | + <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> |
| 38 | + </Reference> |
36 | 39 | <Reference Include="Microsoft.CSharp" /> |
37 | 40 | <Reference Include="System" /> |
| 41 | + <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> |
| 43 | + </Reference> |
38 | 44 | <Reference Include="System.Configuration" /> |
39 | 45 | <Reference Include="System.Core" /> |
40 | 46 | <Reference Include="System.Data" /> |
41 | 47 | <Reference Include="System.Data.DataSetExtensions" /> |
| 48 | + <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="System.Numerics" /> |
| 52 | + <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 57 | + </Reference> |
| 58 | + <Reference Include="System.Text.Encodings.Web, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\packages\System.Text.Encodings.Web.6.0.0\lib\net461\System.Text.Encodings.Web.dll</HintPath> |
| 60 | + </Reference> |
| 61 | + <Reference Include="System.Text.Json, Version=6.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 62 | + <HintPath>..\packages\System.Text.Json.6.0.2\lib\net461\System.Text.Json.dll</HintPath> |
| 63 | + </Reference> |
| 64 | + <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath> |
| 66 | + </Reference> |
| 67 | + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 68 | + <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> |
| 69 | + </Reference> |
42 | 70 | <Reference Include="System.Web" /> |
43 | 71 | <Reference Include="System.Web.Extensions" /> |
44 | 72 | <Reference Include="System.Xml" /> |
|
48 | 76 | <Compile Include="AssemblyInfo.cs" /> |
49 | 77 | <Compile Include="CertificatePinnerFactory.cs" /> |
50 | 78 | <Compile Include="Duo.cs" /> |
| 79 | + <Compile Include="Extensions\JsonElementExtensions.cs" /> |
51 | 80 | </ItemGroup> |
52 | 81 | <ItemGroup> |
53 | 82 | <EmbeddedResource Include="ca_certs.pem" /> |
54 | 83 | </ItemGroup> |
55 | | - <ItemGroup /> |
| 84 | + <ItemGroup> |
| 85 | + <None Include="packages.config" /> |
| 86 | + </ItemGroup> |
56 | 87 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" /> |
57 | 88 | <ProjectExtensions> |
58 | 89 | <VisualStudio AllowExistingFolder="true" /> |
59 | 90 | </ProjectExtensions> |
| 91 | + <Import Project="..\packages\System.Text.Json.6.0.2\build\System.Text.Json.targets" Condition="Exists('..\packages\System.Text.Json.6.0.2\build\System.Text.Json.targets')" /> |
| 92 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 93 | + <PropertyGroup> |
| 94 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 95 | + </PropertyGroup> |
| 96 | + <Error Condition="!Exists('..\packages\System.Text.Json.6.0.2\build\System.Text.Json.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Text.Json.6.0.2\build\System.Text.Json.targets'))" /> |
| 97 | + </Target> |
60 | 98 | </Project> |
0 commit comments