|
8 | 8 | <OutputType>WinExe</OutputType> |
9 | 9 | <RootNamespace>BandsInTownTest</RootNamespace> |
10 | 10 | <AssemblyName>BandsInTownTest</AssemblyName> |
11 | | - <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 11 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
12 | 12 | <FileAlignment>512</FileAlignment> |
13 | 13 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 | 14 | <WarningLevel>4</WarningLevel> |
|
35 | 35 | <WarningLevel>4</WarningLevel> |
36 | 36 | </PropertyGroup> |
37 | 37 | <ItemGroup> |
38 | | - <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
39 | | - <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 38 | + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 39 | + <HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
40 | 40 | </Reference> |
41 | 41 | <Reference Include="RestSharp, Version=106.2.1.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL"> |
42 | 42 | <HintPath>..\packages\RestSharp.106.2.1\lib\net452\RestSharp.dll</HintPath> |
43 | 43 | </Reference> |
44 | 44 | <Reference Include="System" /> |
45 | 45 | <Reference Include="System.Data" /> |
46 | 46 | <Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
47 | | - <HintPath>..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath> |
| 47 | + <HintPath>..\packages\System.ValueTuple.4.4.0\lib\net47\System.ValueTuple.dll</HintPath> |
48 | 48 | </Reference> |
49 | 49 | <Reference Include="System.Web" /> |
50 | 50 | <Reference Include="System.Web.Extensions" /> |
|
0 commit comments