Просмотр исходного кода

Added RestSharp and IndependentSoft to packages as well as Microsoft.AspNet.WebApi.Client

tags/jdis_osx
rpm-mcarman 3 лет назад
Родитель
Сommit
6265c99bae
22 измененных файлов: 17898 добавлений и 95 удалений
  1. Двоичные данные
      Independentsoft.Exchange.dll
  2. +0
    -1
      Program.cs
  3. Двоичные данные
      bin/Debug/net6.0/._Independentsoft.Exchange.dll
  4. Двоичные данные
      bin/Debug/net6.0/Independentsoft.Exchange.dll
  5. Двоичные данные
      bin/Debug/net6.0/Microsoft.Exchange.WebServices.Auth.dll
  6. Двоичные данные
      bin/Debug/net6.0/Microsoft.Exchange.WebServices.dll
  7. Двоичные данные
      bin/Debug/net6.0/Newtonsoft.Json.Bson.dll
  8. Двоичные данные
      bin/Debug/net6.0/RestSharp.dll
  9. Двоичные данные
      bin/Debug/net6.0/System.Net.Http.Formatting.dll
  10. +1242
    -14
      bin/Debug/net6.0/jdis_import.deps.json
  11. Двоичные данные
      bin/Debug/net6.0/jdis_import.dll
  12. Двоичные данные
      bin/Debug/net6.0/jdis_import.pdb
  13. +3
    -1
      jdis_import.csproj
  14. Двоичные данные
      obj/Debug/net6.0/jdis_import.assets.cache
  15. Двоичные данные
      obj/Debug/net6.0/jdis_import.csproj.AssemblyReference.cache
  16. +1
    -1
      obj/Debug/net6.0/jdis_import.csproj.CoreCompileInputs.cache
  17. +4
    -2
      obj/Debug/net6.0/jdis_import.csproj.FileListAbsolute.txt
  18. Двоичные данные
      obj/Debug/net6.0/jdis_import.dll
  19. Двоичные данные
      obj/Debug/net6.0/jdis_import.pdb
  20. +10
    -2
      obj/jdis_import.csproj.nuget.dgspec.json
  21. +16558
    -59
      obj/project.assets.json
  22. +80
    -15
      obj/project.nuget.cache

Двоичные данные
Independentsoft.Exchange.dll Просмотреть файл


+ 0
- 1
Program.cs Просмотреть файл

@@ -1,5 +1,4 @@
using System;
using Microsoft.Exchange.WebServices.Data;
namespace jdis_import
{


Двоичные данные
bin/Debug/net6.0/._Independentsoft.Exchange.dll Просмотреть файл


Двоичные данные
bin/Debug/net6.0/Independentsoft.Exchange.dll Просмотреть файл


Двоичные данные
bin/Debug/net6.0/Microsoft.Exchange.WebServices.Auth.dll Просмотреть файл


Двоичные данные
bin/Debug/net6.0/Microsoft.Exchange.WebServices.dll Просмотреть файл


Двоичные данные
bin/Debug/net6.0/Newtonsoft.Json.Bson.dll Просмотреть файл


Двоичные данные
bin/Debug/net6.0/RestSharp.dll Просмотреть файл


Двоичные данные
bin/Debug/net6.0/System.Net.Http.Formatting.dll Просмотреть файл


+ 1242
- 14
bin/Debug/net6.0/jdis_import.deps.json
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


Двоичные данные
bin/Debug/net6.0/jdis_import.dll Просмотреть файл


Двоичные данные
bin/Debug/net6.0/jdis_import.pdb Просмотреть файл


+ 3
- 1
jdis_import.csproj Просмотреть файл

@@ -6,8 +6,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Exchange.WebServices" Version="2.2.0" />
<PackageReference Include="Independentsoft.Exchange" Version="3.0.700" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RestSharp" Version="108.0.2" />
</ItemGroup>
</Project>

Двоичные данные
obj/Debug/net6.0/jdis_import.assets.cache Просмотреть файл


Двоичные данные
obj/Debug/net6.0/jdis_import.csproj.AssemblyReference.cache Просмотреть файл


+ 1
- 1
obj/Debug/net6.0/jdis_import.csproj.CoreCompileInputs.cache Просмотреть файл

@@ -1 +1 @@
7b641da2a9532800b5de986bf23d896b54ee53b4
64a94084883e29b033b4d6beb74f0c016eb327ed

+ 4
- 2
obj/Debug/net6.0/jdis_import.csproj.FileListAbsolute.txt Просмотреть файл

@@ -8,8 +8,6 @@
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/bin/Debug/net6.0/jdis_import.runtimeconfig.json
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/bin/Debug/net6.0/jdis_import.dll
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/bin/Debug/net6.0/jdis_import.pdb
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/bin/Debug/net6.0/Microsoft.Exchange.WebServices.Auth.dll
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/bin/Debug/net6.0/Microsoft.Exchange.WebServices.dll
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/bin/Debug/net6.0/Newtonsoft.Json.dll
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/obj/Debug/net6.0/jdis_import.csproj.CopyComplete
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/obj/Debug/net6.0/jdis_import.dll
@@ -17,3 +15,7 @@
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/obj/Debug/net6.0/jdis_import.pdb
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/obj/Debug/net6.0/jdis_import.genruntimeconfig.cache
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/obj/Debug/net6.0/ref/jdis_import.dll
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/bin/Debug/net6.0/Independentsoft.Exchange.dll
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/bin/Debug/net6.0/System.Net.Http.Formatting.dll
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll
/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/bin/Debug/net6.0/RestSharp.dll

Двоичные данные
obj/Debug/net6.0/jdis_import.dll Просмотреть файл


Двоичные данные
obj/Debug/net6.0/jdis_import.pdb Просмотреть файл


+ 10
- 2
obj/jdis_import.csproj.nuget.dgspec.json Просмотреть файл

@@ -41,13 +41,21 @@
"net6.0": {
"targetAlias": "net6.0",
"dependencies": {
"Microsoft.Exchange.WebServices": {
"Independentsoft.Exchange": {
"target": "Package",
"version": "[2.2.0, )"
"version": "[3.0.700, )"
},
"Microsoft.AspNet.WebApi.Client": {
"target": "Package",
"version": "[5.2.9, )"
},
"Newtonsoft.Json": {
"target": "Package",
"version": "[13.0.1, )"
},
"RestSharp": {
"target": "Package",
"version": "[108.0.2, )"
}
},
"imports": [


+ 16558
- 59
obj/project.assets.json
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 80
- 15
obj/project.nuget.cache Просмотреть файл

@@ -1,22 +1,87 @@
{
"version": 2,
"dgSpecHash": "1J+ptJTK5y8TxU71C0NGzZ9v9YVOMKmmB6CVXWHCLqdMwjIu3Lei4TnIGSCPi1sVRQu/kbnmOwJhs6mJficeQQ==",
"dgSpecHash": "csqDwayzimzpd4E9InNGgTrYxqE8SoVlATYAgtNwlBKnX9VV2wL79LAlQ7odcd0Du9G9NkpCDL003ZgQCDoWOw==",
"success": true,
"projectFilePath": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj",
"expectedPackageFiles": [
"/Users/michielcarman/.nuget/packages/microsoft.exchange.webservices/2.2.0/microsoft.exchange.webservices.2.2.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg.sha512"
"/Users/michielcarman/.nuget/packages/independentsoft.exchange/3.0.700/independentsoft.exchange.3.0.700.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/microsoft.aspnet.webapi.client/5.2.9/microsoft.aspnet.webapi.client.5.2.9.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/newtonsoft.json.bson/1.0.1/newtonsoft.json.bson.1.0.1.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/restsharp/108.0.2/restsharp.108.0.2.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.buffers/4.3.0/system.buffers.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.console/4.3.0/system.console.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.reflection/4.3.0/system.reflection.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512",
"/Users/michielcarman/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512"
],
"logs": [
{
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "Package 'Microsoft.Exchange.WebServices 2.2.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0'. This package may not be fully compatible with your project.",
"libraryId": "Microsoft.Exchange.WebServices",
"targetGraphs": [
"net6.0"
]
}
]
"logs": []
}

Загрузка…
Отмена
Сохранить