Skip to content

Commit 9929322

Browse files
Merge pull request #288 from sujitharamadass/Feb23MV68
Newtonsoft verison changes
2 parents 4006848 + 418422c commit 9929322

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

IPPDotNetDevKitCSV3/Code/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535

3636
</PropertyGroup>
3737

38+
<ItemGroup>
3839

40+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
41+
</ItemGroup>
3942

4043

4144

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.Nupkg/Intuit.Ipp.Nupkg.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2929
<PackageReleaseNotes>https://github.com/intuit/QuickBooks-V3-DotNET-SDK/releases</PackageReleaseNotes>
3030
</PropertyGroup>
31-
<ItemGroup>
32-
<None Include="images\logo.png" Pack="true" PackagePath="" />
33-
</ItemGroup>
31+
3432
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
3533
<ProjectReference Include="..\..\Tools\XsdExtension\Intuit.Ipp.Data\Intuit.Ipp.Data.csproj" PrivateAssets="all" />
3634
<ProjectReference Include="..\Intuit.Ipp.Core\Intuit.Ipp.Core.csproj" PrivateAssets="all" />

IPPDotNetDevKitCSV3/Tools/XsdExtension/Intuit.Ipp.Data/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
</PropertyGroup>
3636

3737

38+
<ItemGroup>
3839

40+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
41+
</ItemGroup>
3942

4043

4144

IPPDotNetDevKitCSV3/Tools/XsdExtension/Intuit.Ipp.Data/Intuit.Ipp.Data.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
<ItemGroup>
99
<Compile Remove="CDMEntities\Fmsold.cs" />
1010
<Compile Remove="CDMEntities\Fms_backup.cs" />
11-
<Compile Remove="bin\**" />
12-
<Compile Remove="obj\**" />
13-
<EmbeddedResource Remove="bin\**" />
14-
<EmbeddedResource Remove="obj\**" />
15-
<None Remove="bin\**" />
16-
<None Remove="obj\**" />
1711
</ItemGroup>
1812

1913

0 commit comments

Comments
 (0)