<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Do the cybersource api and authentication nuget packages support .net 6 or .net 7 projects? in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Do-the-cybersource-api-and-authentication-nuget-packages-support/m-p/87178#M1093</link>
    <description>&lt;P&gt;A blog post has been created here to explain the nuances:&amp;nbsp;&lt;A href="https://community.developer.cybersource.com/t5/cybersource-Developer-Blog/REST-SDK-NET-Compatibility/ba-p/87177" target="_blank"&gt;https://community.developer.cybersource.com/t5/cybersource-Developer-Blog/REST-SDK-NET-Compatibility/ba-p/87177&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 18:20:11 GMT</pubDate>
    <dc:creator>rajvpate</dc:creator>
    <dc:date>2023-07-31T18:20:11Z</dc:date>
    <item>
      <title>Do the cybersource api and authentication nuget packages support .net 6 or .net 7 projects?</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Do-the-cybersource-api-and-authentication-nuget-packages-support/m-p/86909#M1008</link>
      <description>&lt;P&gt;The github sample is done in .net core 3.1. From a .net 6.0 project I can install the 2 packages: CyberSource.Authentication and CyberSource.Rest.Client. Using the sample code on github under the .net core solution I first get an error that GetConfiguration() doesn't exist on this line:&lt;/P&gt;&lt;P&gt;var configDictionary = new Configuration().GetConfiguration();&lt;/P&gt;&lt;P&gt;So I implement my own GetConfiguration() method based on the sample code. But now I get a runtime error on this line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;var clientConfig = new CyberSource.Client.Configuration(merchConfigDictObj: configDictionary);&lt;/P&gt;&lt;P&gt;The error is&amp;nbsp;RestSharp, Version=108.0.3.0 is required, but the nuget package installed 106.12.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I then install RestSharp Version 108.0.3.0 but I get another runtime error:&lt;BR /&gt;'Method not found: 'Void RestSharp.RestClient..ctor(System.String)'.'&lt;/P&gt;&lt;P&gt;It's one error after another. Is there any way to get this to run on .net 6 or .net 7 which are the latest frameworks to date.&lt;/P&gt;&lt;P&gt;and use the sample .net core code in my&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 00:37:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Do-the-cybersource-api-and-authentication-nuget-packages-support/m-p/86909#M1008</guid>
      <dc:creator>swingnchad</dc:creator>
      <dc:date>2023-06-29T00:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Do the cybersource api and authentication nuget packages support .net 6 or .net 7 projects?</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Do-the-cybersource-api-and-authentication-nuget-packages-support/m-p/86998#M1038</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/2188"&gt;@swingnchad&lt;/a&gt;&amp;nbsp;You have used incorrect .net cybersource SDK for your application. "CyberSource.Rest.Client" SDK is used for .Net Framework applications.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For .net6 or .net7 projects, you have to use "CyberSource.Rest.Client.NetStandard" and "CyberSource.Authentication.NetStandard" SDKs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Links are given below:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.nuget.org/packages/CyberSource.Rest.Client.NetStandard" target="_blank"&gt;NuGet Gallery | CyberSource.Rest.Client.NetStandard 0.0.1.25&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.nuget.org/packages/CyberSource.Authentication.NetStandard" target="_blank"&gt;NuGet Gallery | CyberSource.Authentication.NetStandard 0.0.1.10&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 08:07:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Do-the-cybersource-api-and-authentication-nuget-packages-support/m-p/86998#M1038</guid>
      <dc:creator>gauravbansal</dc:creator>
      <dc:date>2023-07-13T08:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Do the cybersource api and authentication nuget packages support .net 6 or .net 7 projects?</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Do-the-cybersource-api-and-authentication-nuget-packages-support/m-p/87178#M1093</link>
      <description>&lt;P&gt;A blog post has been created here to explain the nuances:&amp;nbsp;&lt;A href="https://community.developer.cybersource.com/t5/cybersource-Developer-Blog/REST-SDK-NET-Compatibility/ba-p/87177" target="_blank"&gt;https://community.developer.cybersource.com/t5/cybersource-Developer-Blog/REST-SDK-NET-Compatibility/ba-p/87177&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 18:20:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Do-the-cybersource-api-and-authentication-nuget-packages-support/m-p/87178#M1093</guid>
      <dc:creator>rajvpate</dc:creator>
      <dc:date>2023-07-31T18:20:11Z</dc:date>
    </item>
  </channel>
</rss>

