|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
11 | 11 | <RootNamespace>Git.hub</RootNamespace>
|
12 | 12 | <AssemblyName>Git.hub</AssemblyName>
|
13 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment>
|
15 |
| - <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
| 15 | + <TargetFrameworkProfile> |
| 16 | + </TargetFrameworkProfile> |
16 | 17 | </PropertyGroup>
|
17 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
18 | 19 | <DebugSymbols>true</DebugSymbols>
|
|
23 | 24 | <ErrorReport>prompt</ErrorReport>
|
24 | 25 | <WarningLevel>4</WarningLevel>
|
25 | 26 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
| 27 | + <Prefer32Bit>false</Prefer32Bit> |
26 | 28 | </PropertyGroup>
|
27 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
28 | 30 | <DebugType>pdbonly</DebugType>
|
|
32 | 34 | <ErrorReport>prompt</ErrorReport>
|
33 | 35 | <WarningLevel>4</WarningLevel>
|
34 | 36 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
| 37 | + <Prefer32Bit>false</Prefer32Bit> |
35 | 38 | </PropertyGroup>
|
36 | 39 | <ItemGroup>
|
37 |
| - <Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL"> |
38 |
| - <HintPath>..\..\..\packages\RestSharp.105.2.3\lib\net4-client\RestSharp.dll</HintPath> |
39 |
| - <Private>True</Private> |
| 40 | + <Reference Include="RestSharp, Version=106.2.1.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL"> |
| 41 | + <HintPath>..\..\..\packages\RestSharp.106.2.1\lib\net452\RestSharp.dll</HintPath> |
40 | 42 | </Reference>
|
41 | 43 | <Reference Include="System" />
|
| 44 | + <Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 45 | + <HintPath>..\..\..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath> |
| 46 | + </Reference> |
| 47 | + <Reference Include="System.Web" /> |
42 | 48 | </ItemGroup>
|
43 | 49 | <ItemGroup>
|
44 | 50 | <Compile Include="APIv2\RepositoryV2.cs" />
|
|
0 commit comments