|
31 | 31 | <WarningLevel>4</WarningLevel> |
32 | 32 | </PropertyGroup> |
33 | 33 | <ItemGroup> |
34 | | - <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
35 | | - <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 34 | + <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 35 | + <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
36 | 36 | </Reference> |
37 | | - <Reference Include="RestSharp, Version=106.6.10.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL"> |
38 | | - <HintPath>..\packages\RestSharp.106.6.10\lib\net452\RestSharp.dll</HintPath> |
| 37 | + <Reference Include="RestSharp, Version=106.2.1.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL"> |
| 38 | + <HintPath>..\packages\RestSharp.106.2.1\lib\net452\RestSharp.dll</HintPath> |
39 | 39 | </Reference> |
40 | 40 | <Reference Include="System" /> |
41 | 41 | <Reference Include="System.Core" /> |
42 | | - <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
43 | | - <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath> |
| 42 | + <Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath> |
44 | 44 | </Reference> |
45 | 45 | <Reference Include="System.Web" /> |
46 | 46 | <Reference Include="System.Xml.Linq" /> |
|
62 | 62 | <Compile Include="ValueObject\Bit\VenueVo.cs" /> |
63 | 63 | </ItemGroup> |
64 | 64 | <ItemGroup> |
| 65 | + <None Include="app.config" /> |
65 | 66 | <None Include="packages.config" /> |
66 | 67 | </ItemGroup> |
67 | 68 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
0 commit comments