Skip to content

Commit 6f21308

Browse files
authored
Merge pull request #5 from gitextensions/4428_update_packages
Update RestSharp to 106.2.1
2 parents e22e1b8 + 3fef282 commit 6f21308

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Git.hub/Git.hub.csproj

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>Git.hub</RootNamespace>
1212
<AssemblyName>Git.hub</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
15+
<TargetFrameworkProfile>
16+
</TargetFrameworkProfile>
1617
</PropertyGroup>
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1819
<DebugSymbols>true</DebugSymbols>
@@ -23,6 +24,7 @@
2324
<ErrorReport>prompt</ErrorReport>
2425
<WarningLevel>4</WarningLevel>
2526
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
27+
<Prefer32Bit>false</Prefer32Bit>
2628
</PropertyGroup>
2729
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2830
<DebugType>pdbonly</DebugType>
@@ -32,13 +34,17 @@
3234
<ErrorReport>prompt</ErrorReport>
3335
<WarningLevel>4</WarningLevel>
3436
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
37+
<Prefer32Bit>false</Prefer32Bit>
3538
</PropertyGroup>
3639
<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>
4042
</Reference>
4143
<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" />
4248
</ItemGroup>
4349
<ItemGroup>
4450
<Compile Include="APIv2\RepositoryV2.cs" />

Git.hub/packages.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="RestSharp" version="105.2.3" targetFramework="net40-client" />
3+
<package id="RestSharp" version="106.2.1" targetFramework="net461" />
4+
<package id="System.ValueTuple" version="4.4.0" targetFramework="net461" />
45
</packages>

0 commit comments

Comments
 (0)