Skip to content

Commit

Permalink
Merge pull request #290 from sujitharamadass/FixBuild
Browse files Browse the repository at this point in the history
Fix build and removing Newtonsoft reference from props
  • Loading branch information
nimisha84 authored Feb 2, 2023
2 parents 88c40e8 + 5ae09c5 commit 0a3e760
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
8 changes: 2 additions & 6 deletions IPPDotNetDevKitCSV3/Code/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<PackageIcon>$(MSBuildThisFileDirectory)logo.png</PackageIcon>
<OutputPath>$(SolutionDir)artifacts\bin</OutputPath>
<Copyright>Copyright © 2020 Intuit, Inc.</Copyright>
<AssemblyVersion>14.6.3.3</AssemblyVersion>
<FileVersion>14.6.3.3</FileVersion>
<AssemblyVersion>14.6.3.4</AssemblyVersion>
<FileVersion>14.6.3.4</FileVersion>
<Company>Intuit</Company>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
Expand All @@ -35,10 +35,6 @@

</PropertyGroup>

<ItemGroup>

<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageId>IppDotNetSdkForQuickBooksApiV3</PackageId>
<AssemblyName>IppDotNetSdkForQuickBooksApiV3</AssemblyName>
<DocumentationFile>$(BaseOutputPath)$(AssemblyName).xml</DocumentationFile>
<MainVersion>14.6.3.3</MainVersion>
<MainVersion>14.6.3.4</MainVersion>
<PackageVersionSuffix>pre</PackageVersionSuffix>
<Version>$(MainVersion)-$(PackageVersionSuffix)</Version>
<Version>$(MainVersion)</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public static class CoreConstants
/// <summary>
/// The Request source header value.
/// </summary>
public const string REQUESTSOURCEHEADER = "V3DotNetSDK14.6.3.3";
public const string REQUESTSOURCEHEADER = "V3DotNetSDK14.6.3.4";

/// <summary>
/// multipart/form-data format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageOutputPath>$(SolutionDir)artifacts\nupkg</PackageOutputPath>
<OutputPath>$(SolutionDir)artifacts\bin</OutputPath>
<Copyright>Copyright © 2020 Intuit, Inc.</Copyright>
<AssemblyVersion>14.6.3.3</AssemblyVersion>
<FileVersion>14.6.3.3</FileVersion>
<AssemblyVersion>14.6.3.4</AssemblyVersion>
<FileVersion>14.6.3.4</FileVersion>
<Company>Intuit</Company>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
Expand All @@ -35,11 +35,6 @@
</PropertyGroup>


<ItemGroup>

<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>




Expand Down

0 comments on commit 0a3e760

Please sign in to comment.