Skip to content

Commit 9095700

Browse files
committed
Update to latest dll
1 parent 4cb194c commit 9095700

File tree

4 files changed

+45
-47
lines changed

4 files changed

+45
-47
lines changed

SampleApp_CRUD_.Net/SampleApp_CRUD_.Net/Default.aspx.cs

-3
Original file line numberDiff line numberDiff line change
@@ -982,9 +982,6 @@ public void output(string logMsg)
982982

983983
#endregion
984984

985-
986-
987-
988985
}
989986

990987
/// <summary>

SampleApp_CRUD_.Net/SampleApp_CRUD_.Net/SampleApp_CRUD_DotNet_Oauth2.csproj

+39-38
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.6\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.6\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4-
<Import Project="..\packages\Microsoft.Net.Compilers.2.3.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.3.1\build\Microsoft.Net.Compilers.props')" />
3+
<Import Project="..\packages\Microsoft.Net.Compilers.2.8.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.8.2\build\Microsoft.Net.Compilers.props')" />
4+
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
55
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -25,6 +25,7 @@
2525
<NuGetPackageImportStamp>
2626
</NuGetPackageImportStamp>
2727
<TargetFrameworkProfile />
28+
<Use64BitIISExpress />
2829
</PropertyGroup>
2930
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3031
<DebugSymbols>true</DebugSymbols>
@@ -47,57 +48,57 @@
4748
<Reference Include="DevDefined.OAuth, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a3261f5b4697e67d, processorArchitecture=MSIL">
4849
<HintPath>..\packages\DevDefined.OAuth.0.2\lib\DevDefined.OAuth.dll</HintPath>
4950
</Reference>
50-
<Reference Include="Intuit.Ipp.Core, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
51-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.Core.dll</HintPath>
51+
<Reference Include="Intuit.Ipp.Core, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
52+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.Core.dll</HintPath>
5253
</Reference>
53-
<Reference Include="Intuit.Ipp.Data, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.Data.dll</HintPath>
54+
<Reference Include="Intuit.Ipp.Data, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.Data.dll</HintPath>
5556
</Reference>
56-
<Reference Include="Intuit.Ipp.DataService, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
57-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.DataService.dll</HintPath>
57+
<Reference Include="Intuit.Ipp.DataService, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
58+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.DataService.dll</HintPath>
5859
</Reference>
59-
<Reference Include="Intuit.Ipp.Diagnostics, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
60-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.Diagnostics.dll</HintPath>
60+
<Reference Include="Intuit.Ipp.Diagnostics, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
61+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.Diagnostics.dll</HintPath>
6162
</Reference>
62-
<Reference Include="Intuit.Ipp.Exception, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
63-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.Exception.dll</HintPath>
63+
<Reference Include="Intuit.Ipp.Exception, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
64+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.Exception.dll</HintPath>
6465
</Reference>
65-
<Reference Include="Intuit.Ipp.GlobalTaxService, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
66-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.GlobalTaxService.dll</HintPath>
66+
<Reference Include="Intuit.Ipp.GlobalTaxService, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
67+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.GlobalTaxService.dll</HintPath>
6768
</Reference>
68-
<Reference Include="Intuit.Ipp.LinqExtender, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
69-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.LinqExtender.dll</HintPath>
69+
<Reference Include="Intuit.Ipp.LinqExtender, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
70+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.LinqExtender.dll</HintPath>
7071
</Reference>
71-
<Reference Include="Intuit.Ipp.OAuth2PlatformClient, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
72-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.OAuth2PlatformClient.dll</HintPath>
72+
<Reference Include="Intuit.Ipp.OAuth2PlatformClient, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
73+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.OAuth2PlatformClient.dll</HintPath>
7374
</Reference>
74-
<Reference Include="Intuit.Ipp.PlatformService, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
75-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.PlatformService.dll</HintPath>
75+
<Reference Include="Intuit.Ipp.PlatformService, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
76+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.PlatformService.dll</HintPath>
7677
</Reference>
77-
<Reference Include="Intuit.Ipp.QueryFilter, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
78-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.QueryFilter.dll</HintPath>
78+
<Reference Include="Intuit.Ipp.QueryFilter, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
79+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.QueryFilter.dll</HintPath>
7980
</Reference>
80-
<Reference Include="Intuit.Ipp.ReportService, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
81-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.ReportService.dll</HintPath>
81+
<Reference Include="Intuit.Ipp.ReportService, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
82+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.ReportService.dll</HintPath>
8283
</Reference>
83-
<Reference Include="Intuit.Ipp.Retry, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
84-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.Retry.dll</HintPath>
84+
<Reference Include="Intuit.Ipp.Retry, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
85+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.Retry.dll</HintPath>
8586
</Reference>
86-
<Reference Include="Intuit.Ipp.Security, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
87-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.Security.dll</HintPath>
87+
<Reference Include="Intuit.Ipp.Security, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
88+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.Security.dll</HintPath>
8889
</Reference>
89-
<Reference Include="Intuit.Ipp.Utility, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
90-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.Utility.dll</HintPath>
90+
<Reference Include="Intuit.Ipp.Utility, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
91+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.Utility.dll</HintPath>
9192
</Reference>
92-
<Reference Include="Intuit.Ipp.WebHooksService, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
93-
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.4.0.0.0\lib\Intuit.Ipp.WebHooksService.dll</HintPath>
93+
<Reference Include="Intuit.Ipp.WebHooksService, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
94+
<HintPath>..\packages\IppDotNetSdkForQuickBooksApiV3.5.3.0\lib\Intuit.Ipp.WebHooksService.dll</HintPath>
9495
</Reference>
95-
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
96-
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.6\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
96+
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97+
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
9798
</Reference>
9899
<Reference Include="Microsoft.CSharp" />
99-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
100-
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
100+
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
101+
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
101102
</Reference>
102103
<Reference Include="System.Data.DataSetExtensions" />
103104
<Reference Include="System.Net.Http" />
@@ -230,8 +231,8 @@
230231
<PropertyGroup>
231232
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
232233
</PropertyGroup>
233-
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.3.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.3.1\build\Microsoft.Net.Compilers.props'))" />
234-
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.6\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.6\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
234+
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
235+
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.8.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.8.2\build\Microsoft.Net.Compilers.props'))" />
235236
</Target>
236237
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
237238
Other similar extension points exist, see Microsoft.Common.targets.

SampleApp_CRUD_.Net/SampleApp_CRUD_.Net/Web.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
<system.codedom>
6060
<compilers>
6161
<compiler language="c#;cs;csharp" extension=".cs"
62-
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
62+
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
6363
warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701"/>
6464
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
65-
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
65+
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
6666
warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"/>
6767
</compilers>
6868
</system.codedom>
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="DevDefined.OAuth" version="0.2" targetFramework="net461" />
4-
<package id="IppDotNetSdkForQuickBooksApiV3" version="4.0.0.0" targetFramework="net461" />
5-
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.6" targetFramework="net461" />
6-
<package id="Microsoft.Net.Compilers" version="2.3.1" targetFramework="net461" developmentDependency="true" />
7-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
4+
<package id="IppDotNetSdkForQuickBooksApiV3" version="5.3.0" targetFramework="net461" />
5+
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="2.0.0" targetFramework="net461" />
6+
<package id="Microsoft.Net.Compilers" version="2.8.2" targetFramework="net461" developmentDependency="true" />
7+
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
88
</packages>

0 commit comments

Comments
 (0)