Skip to content

Commit

Permalink
changed the auth sdk version for june release
Browse files Browse the repository at this point in the history
  • Loading branch information
gaubansa committed Jun 21, 2022
1 parent aa8ecf6 commit a869399
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cybersource-rest-client-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ OpenAPI spec version: 0.0.1
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AuthenticationSdk, Version=0.0.0.14, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\CyberSource.Authentication.0.0.0.14\lib\AuthenticationSdk.dll</HintPath>
<Reference Include="AuthenticationSdk, Version=0.0.0.15, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\CyberSource.Authentication.0.0.0.15\lib\AuthenticationSdk.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
17 changes: 10 additions & 7 deletions cybersource-rest-client-dotnet.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio Version 16
VisualStudioVersion = 16.0.32510.428
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet", "cybersource-rest-client-dotnet.csproj", "{4081F0BB-7BF2-4E72-874D-E78DDF0BAFA0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet", "cybersource-rest-client-dotnet.csproj", "{89687612-3FB4-4D99-ADD4-8E1FCE56F3A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet.Test", "test\cybersource-rest-client-dotnet.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4081F0BB-7BF2-4E72-874D-E78DDF0BAFA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4081F0BB-7BF2-4E72-874D-E78DDF0BAFA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4081F0BB-7BF2-4E72-874D-E78DDF0BAFA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4081F0BB-7BF2-4E72-874D-E78DDF0BAFA0}.Release|Any CPU.Build.0 = Release|Any CPU
{89687612-3FB4-4D99-ADD4-8E1FCE56F3A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89687612-3FB4-4D99-ADD4-8E1FCE56F3A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89687612-3FB4-4D99-ADD4-8E1FCE56F3A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89687612-3FB4-4D99-ADD4-8E1FCE56F3A4}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -24,4 +24,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D55D5CF-030E-44C3-88C8-8BA55D08E087}
EndGlobalSection
EndGlobal

0 comments on commit a869399

Please sign in to comment.