Skip to content

Commit 67cafbd

Browse files
committed
Fixed versions
1 parent 6c853bb commit 67cafbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cybersource-rest-auth-netstandard/AuthenticationSdk/AuthenticationSdk/AuthenticationSdk.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>0.0.1.15</Version>
6+
<Version>0.0.1.16</Version>
77
<Authors>CyberSource</Authors>
88
<Product>Authentication_SDK</Product>
99
<Description />
@@ -37,8 +37,8 @@
3737
<ItemGroup>
3838
<PackageReference Include="jose-jwt" Version="4.1.0" />
3939
<PackageReference Include="NLog" Version="5.0.0" />
40-
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
41-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
40+
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
41+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
4242
<PackageReference Include="System.Runtime.Caching" Version="4.7.0" />
4343
</ItemGroup>
4444

0 commit comments

Comments
 (0)