ultima version del software antes de regresar a mi maquina previa

develop
unknown 2 years ago
parent 1b175ba19f
commit e1e0faf238
  1. BIN
      .vs/AOLBackend/DesignTimeBuild/.dtbcache.v2
  2. BIN
      .vs/AOLBackend/v17/.suo
  3. 2
      Services/EmailSender/EmailSender.cs
  4. BIN
      bin/Debug/net6.0/AOLBackend.dll
  5. BIN
      bin/Debug/net6.0/AOLBackend.exe
  6. BIN
      bin/Debug/net6.0/AOLBackend.pdb
  7. 5
      obj/AOLBackend.csproj.nuget.dgspec.json
  8. 2
      obj/AOLBackend.csproj.nuget.g.props
  9. 4
      obj/Debug/net6.0/AOLBackend.GeneratedMSBuildEditorConfig.editorconfig
  10. 1
      obj/Debug/net6.0/AOLBackend.MvcApplicationPartsAssemblyInfo.cs
  11. BIN
      obj/Debug/net6.0/AOLBackend.assets.cache
  12. BIN
      obj/Debug/net6.0/AOLBackend.csproj.AssemblyReference.cache
  13. 2
      obj/Debug/net6.0/AOLBackend.csproj.CoreCompileInputs.cache
  14. BIN
      obj/Debug/net6.0/AOLBackend.dll
  15. BIN
      obj/Debug/net6.0/AOLBackend.pdb
  16. BIN
      obj/Debug/net6.0/apphost.exe
  17. BIN
      obj/Debug/net6.0/ref/AOLBackend.dll
  18. BIN
      obj/Debug/net6.0/refint/AOLBackend.dll
  19. 163
      obj/project.assets.json
  20. 4
      obj/project.nuget.cache
  21. 2
      obj/staticwebassets.pack.sentinel

Binary file not shown.

@ -3,7 +3,7 @@ using System.Net;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using EASendMail; //using EASendMail;
namespace AOLBackend.Services.EmailSender namespace AOLBackend.Services.EmailSender
{ {

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -79,7 +79,8 @@
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48" "net48",
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
@ -91,7 +92,7 @@
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
} }
} }
} }

@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Alfonso Garcia\.nuget\packages\</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Alfonso Garcia\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.2.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Alfonso Garcia\.nuget\packages\" /> <SourceRoot Include="C:\Users\Alfonso Garcia\.nuget\packages\" />

@ -8,9 +8,9 @@ build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AOLBackend build_property.RootNamespace = AOLBackend
build_property.RootNamespace = AOLBackend build_property.RootNamespace = AOLBackend
build_property.ProjectDir = c:\projects\staging\AOLBackend\ build_property.ProjectDir = C:\projects\staging\AOLBackend\
build_property.RazorLangVersion = 6.0 build_property.RazorLangVersion = 6.0
build_property.SupportLocalizedComponentNames = build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes = build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = c:\projects\staging\AOLBackend build_property.MSBuildProjectDirectory = C:\projects\staging\AOLBackend
build_property._RazorSourceGeneratorDebug = build_property._RazorSourceGeneratorDebug =

@ -1,6 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:4.0.30319.42000
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.

@ -1 +1 @@
5f1a72562e39ad6a97279c67e056dd811ddf7a4f 607920cd754ee200c9aee7bf7a321c529c4f4f99

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -5,10 +5,14 @@
"Dapper/2.0.123": { "Dapper/2.0.123": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/net5.0/Dapper.dll": {} "lib/net5.0/Dapper.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/net5.0/Dapper.dll": {} "lib/net5.0/Dapper.dll": {
"related": ".xml"
}
} }
}, },
"Microsoft.AspNetCore.Authentication.JwtBearer/6.0.8": { "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.8": {
@ -17,10 +21,14 @@
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0" "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0"
}, },
"compile": { "compile": {
"lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
"related": ".xml"
}
}, },
"frameworkReferences": [ "frameworkReferences": [
"Microsoft.AspNetCore.App" "Microsoft.AspNetCore.App"
@ -38,12 +46,20 @@
"Microsoft.Exchange.WebServices/2.2.0": { "Microsoft.Exchange.WebServices/2.2.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/40/Microsoft.Exchange.WebServices.Auth.dll": {}, "lib/40/Microsoft.Exchange.WebServices.Auth.dll": {
"lib/40/Microsoft.Exchange.WebServices.dll": {} "related": ".pdb;.xml"
},
"lib/40/Microsoft.Exchange.WebServices.dll": {
"related": ".Auth.pdb;.Auth.xml;.pdb;.xml"
}
}, },
"runtime": { "runtime": {
"lib/40/Microsoft.Exchange.WebServices.Auth.dll": {}, "lib/40/Microsoft.Exchange.WebServices.Auth.dll": {
"lib/40/Microsoft.Exchange.WebServices.dll": {} "related": ".pdb;.xml"
},
"lib/40/Microsoft.Exchange.WebServices.dll": {
"related": ".Auth.pdb;.Auth.xml;.pdb;.xml"
}
} }
}, },
"Microsoft.Extensions.ApiDescription.Server/3.0.0": { "Microsoft.Extensions.ApiDescription.Server/3.0.0": {
@ -60,10 +76,14 @@
"Microsoft.IdentityModel.Abstractions/6.22.0": { "Microsoft.IdentityModel.Abstractions/6.22.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {} "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {} "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
"related": ".xml"
}
} }
}, },
"Microsoft.IdentityModel.JsonWebTokens/6.22.0": { "Microsoft.IdentityModel.JsonWebTokens/6.22.0": {
@ -72,10 +92,14 @@
"Microsoft.IdentityModel.Tokens": "6.22.0" "Microsoft.IdentityModel.Tokens": "6.22.0"
}, },
"compile": { "compile": {
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
"related": ".xml"
}
} }
}, },
"Microsoft.IdentityModel.Logging/6.22.0": { "Microsoft.IdentityModel.Logging/6.22.0": {
@ -84,10 +108,14 @@
"Microsoft.IdentityModel.Abstractions": "6.22.0" "Microsoft.IdentityModel.Abstractions": "6.22.0"
}, },
"compile": { "compile": {
"lib/net6.0/Microsoft.IdentityModel.Logging.dll": {} "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/Microsoft.IdentityModel.Logging.dll": {} "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
"related": ".xml"
}
} }
}, },
"Microsoft.IdentityModel.Protocols/6.10.0": { "Microsoft.IdentityModel.Protocols/6.10.0": {
@ -97,10 +125,14 @@
"Microsoft.IdentityModel.Tokens": "6.10.0" "Microsoft.IdentityModel.Tokens": "6.10.0"
}, },
"compile": { "compile": {
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {} "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {} "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
"related": ".xml"
}
} }
}, },
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": { "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": {
@ -110,10 +142,14 @@
"System.IdentityModel.Tokens.Jwt": "6.10.0" "System.IdentityModel.Tokens.Jwt": "6.10.0"
}, },
"compile": { "compile": {
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
"related": ".xml"
}
} }
}, },
"Microsoft.IdentityModel.Tokens/6.22.0": { "Microsoft.IdentityModel.Tokens/6.22.0": {
@ -124,10 +160,14 @@
"System.Security.Cryptography.Cng": "4.5.0" "System.Security.Cryptography.Cng": "4.5.0"
}, },
"compile": { "compile": {
"lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {} "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {} "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
"related": ".xml"
}
} }
}, },
"Microsoft.NETCore.Platforms/3.1.0": { "Microsoft.NETCore.Platforms/3.1.0": {
@ -142,10 +182,14 @@
"Microsoft.OpenApi/1.2.3": { "Microsoft.OpenApi/1.2.3": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/netstandard2.0/Microsoft.OpenApi.dll": {} "lib/netstandard2.0/Microsoft.OpenApi.dll": {
"related": ".pdb;.xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/Microsoft.OpenApi.dll": {} "lib/netstandard2.0/Microsoft.OpenApi.dll": {
"related": ".pdb;.xml"
}
} }
}, },
"Microsoft.Win32.Registry/4.7.0": { "Microsoft.Win32.Registry/4.7.0": {
@ -155,10 +199,14 @@
"System.Security.Principal.Windows": "4.7.0" "System.Security.Principal.Windows": "4.7.0"
}, },
"compile": { "compile": {
"ref/netstandard2.0/_._": {} "ref/netstandard2.0/_._": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
@ -224,10 +272,14 @@
"Microsoft.OpenApi": "1.2.3" "Microsoft.OpenApi": "1.2.3"
}, },
"compile": { "compile": {
"lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {} "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
"related": ".pdb;.xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {} "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
"related": ".pdb;.xml"
}
}, },
"frameworkReferences": [ "frameworkReferences": [
"Microsoft.AspNetCore.App" "Microsoft.AspNetCore.App"
@ -239,19 +291,27 @@
"Swashbuckle.AspNetCore.Swagger": "6.2.3" "Swashbuckle.AspNetCore.Swagger": "6.2.3"
}, },
"compile": { "compile": {
"lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"related": ".pdb;.xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"related": ".pdb;.xml"
}
} }
}, },
"Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"related": ".pdb;.xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"related": ".pdb;.xml"
}
}, },
"frameworkReferences": [ "frameworkReferences": [
"Microsoft.AspNetCore.App" "Microsoft.AspNetCore.App"
@ -265,10 +325,14 @@
"runtime.native.System.Data.SqlClient.sni": "4.7.0" "runtime.native.System.Data.SqlClient.sni": "4.7.0"
}, },
"compile": { "compile": {
"ref/netcoreapp2.1/System.Data.SqlClient.dll": {} "ref/netcoreapp2.1/System.Data.SqlClient.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netcoreapp2.1/System.Data.SqlClient.dll": {} "lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
@ -288,10 +352,14 @@
"Microsoft.IdentityModel.Tokens": "6.22.0" "Microsoft.IdentityModel.Tokens": "6.22.0"
}, },
"compile": { "compile": {
"lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {} "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {} "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
"related": ".xml"
}
} }
}, },
"System.Security.AccessControl/4.7.0": { "System.Security.AccessControl/4.7.0": {
@ -301,10 +369,14 @@
"System.Security.Principal.Windows": "4.7.0" "System.Security.Principal.Windows": "4.7.0"
}, },
"compile": { "compile": {
"ref/netstandard2.0/_._": {} "ref/netstandard2.0/_._": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {} "lib/netstandard2.0/System.Security.AccessControl.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
@ -316,7 +388,9 @@
"System.Security.Cryptography.Cng/4.5.0": { "System.Security.Cryptography.Cng/4.5.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {}
@ -331,10 +405,14 @@
"System.Security.Principal.Windows/4.7.0": { "System.Security.Principal.Windows/4.7.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"ref/netcoreapp3.0/_._": {} "ref/netcoreapp3.0/_._": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {} "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
@ -1206,7 +1284,8 @@
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48" "net48",
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
@ -1218,7 +1297,7 @@
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
} }
} }
}, },
@ -1227,7 +1306,7 @@
"code": "NU1701", "code": "NU1701",
"level": "Warning", "level": "Warning",
"warningLevel": 1, "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.", "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, .NETFramework,Version=v4.8.1' instead of the project target framework 'net6.0'. This package may not be fully compatible with your project.",
"libraryId": "Microsoft.Exchange.WebServices", "libraryId": "Microsoft.Exchange.WebServices",
"targetGraphs": [ "targetGraphs": [
"net6.0" "net6.0"

@ -1,6 +1,6 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "vtGVP4zlfFh7svdNka07v8HE+UbShU24VyzMRrIOsfcHbJgxmkIUVuYTGIVIeBwbHwL1S8FAVOvE2Y5Jpbw8Lg==", "dgSpecHash": "QOpGumuvqqb2j6i83+M66PJmXn9LRQm6to6mhFxRlkXzJNRUop3VOaRjHSTAucpl+eqHnctIbfLqjt5KORpmPA==",
"success": true, "success": true,
"projectFilePath": "C:\\projects\\staging\\AOLBackend\\AOLBackend.csproj", "projectFilePath": "C:\\projects\\staging\\AOLBackend\\AOLBackend.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
@ -37,7 +37,7 @@
"code": "NU1701", "code": "NU1701",
"level": "Warning", "level": "Warning",
"warningLevel": 1, "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.", "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, .NETFramework,Version=v4.8.1' instead of the project target framework 'net6.0'. This package may not be fully compatible with your project.",
"libraryId": "Microsoft.Exchange.WebServices", "libraryId": "Microsoft.Exchange.WebServices",
"targetGraphs": [ "targetGraphs": [
"net6.0" "net6.0"

@ -449,3 +449,5 @@
2.0 2.0
2.0 2.0
2.0 2.0
2.0
2.0

Loading…
Cancel
Save