Skip to content

Commit 05440aa

Browse files
committed
Upgrading to newer version of dependency
1 parent faa8c4a commit 05440aa

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
lines changed

cybersource-rest-client-dotnet.csproj

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
CyberSource Merged Spec
44
@@ -9,7 +9,6 @@ OpenAPI spec version: 0.0.1
99
-->
1010
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1111
<PropertyGroup>
12-
1312
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1413
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1514
<ProjectGuid>{BB05AA53-E6C5-42CD-AF15-2B3DB516A407}</ProjectGuid>
@@ -38,38 +37,37 @@ OpenAPI spec version: 0.0.1
3837
<WarningLevel>4</WarningLevel>
3938
</PropertyGroup>
4039
<ItemGroup>
40+
<Reference Include="AuthenticationSdk, Version=0.0.0.5, Culture=neutral, processorArchitecture=MSIL">
41+
<SpecificVersion>False</SpecificVersion>
42+
<HintPath>packages\CyberSource.Authentication.0.0.0.6\lib\AuthenticationSdk.dll</HintPath>
43+
</Reference>
4144
<Reference Include="System" />
4245
<Reference Include="System.Core" />
43-
<Reference Include="System.Web" />
46+
<Reference Include="System.Web" />
4447
<Reference Include="System.Xml.Linq" />
4548
<Reference Include="System.Data.DataSetExtensions" />
4649
<Reference Include="System.ComponentModel.DataAnnotations" />
4750
<Reference Include="Microsoft.CSharp" />
4851
<Reference Include="System.Data" />
4952
<Reference Include="System.Runtime.Serialization" />
5053
<Reference Include="System.Xml" />
51-
<Reference Include="AuthenticationSdk">
52-
<HintPath>packages\CyberSource.Authentication.0.0.0.5\lib\AuthenticationSdk.dll</HintPath>
53-
</Reference>
5454
<Reference Include="Newtonsoft.Json">
5555
<HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
5656
</Reference>
5757
<Reference Include="RestSharp">
58-
<HintPath>packages\RestSharp.106.5.4\lib\net452\RestSharp.dll</HintPath>
58+
<HintPath>packages\RestSharp.106.5.4\lib\net452\RestSharp.dll</HintPath>
5959
</Reference>
6060
</ItemGroup>
6161
<ItemGroup>
62-
<Compile Include="**\*.cs"
63-
Exclude="obj\**;test\**" />
62+
<Compile Include="**\*.cs" Exclude="obj\**;test\**" />
6463
</ItemGroup>
6564
<ItemGroup>
66-
<None Include="packages.config" />
67-
<None Include="cybersource-rest-client-dotnet.nuspec" />
68-
<None Include="README.md" />
65+
<None Include="packages.config" />
66+
<None Include="cybersource-rest-client-dotnet.nuspec" />
67+
<None Include="README.md" />
6968
</ItemGroup>
7069
<ItemGroup>
71-
<Content Include="license.txt" />
70+
<Content Include="license.txt" />
7271
</ItemGroup>
7372
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets" />
74-
</Project>
75-
73+
</Project>

cybersource-rest-client-dotnet.sln

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 14
3-
VisualStudioVersion = 14.0.25420.1
2+
# Visual Studio 15
3+
VisualStudioVersion = 15.0.28307.1000
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet", "cybersource-rest-client-dotnet.csproj", "{BB05AA53-E6C5-42CD-AF15-2B3DB516A407}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet.Test", "test\cybersource-rest-client-dotnet.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
99
Global
10-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
11-
Debug|Any CPU = Debug|Any CPU
12-
Release|Any CPU = Release|Any CPU
13-
EndGlobalSection
14-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{BB05AA53-E6C5-42CD-AF15-2B3DB516A407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{BB05AA53-E6C5-42CD-AF15-2B3DB516A407}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{BB05AA53-E6C5-42CD-AF15-2B3DB516A407}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{BB05AA53-E6C5-42CD-AF15-2B3DB516A407}.Release|Any CPU.Build.0 = Release|Any CPU
19-
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
22-
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.Build.0 = Release|Any CPU
23-
EndGlobalSection
24-
GlobalSection(SolutionProperties) = preSolution
25-
HideSolutionNode = FALSE
26-
EndGlobalSection
10+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
11+
Debug|Any CPU = Debug|Any CPU
12+
Release|Any CPU = Release|Any CPU
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{BB05AA53-E6C5-42CD-AF15-2B3DB516A407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{BB05AA53-E6C5-42CD-AF15-2B3DB516A407}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{BB05AA53-E6C5-42CD-AF15-2B3DB516A407}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{BB05AA53-E6C5-42CD-AF15-2B3DB516A407}.Release|Any CPU.Build.0 = Release|Any CPU
19+
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
22+
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.Build.0 = Release|Any CPU
23+
EndGlobalSection
24+
GlobalSection(SolutionProperties) = preSolution
25+
HideSolutionNode = FALSE
26+
EndGlobalSection
27+
GlobalSection(ExtensibilityGlobals) = postSolution
28+
SolutionGuid = {F3FC0457-EA2C-443D-90EC-3D1A996795D4}
29+
EndGlobalSection
2730
EndGlobal

0 commit comments

Comments
 (0)