diff --git a/.vs/AOLBackend/DesignTimeBuild/.dtbcache.v2 b/.vs/AOLBackend/DesignTimeBuild/.dtbcache.v2 index d654e42..a3c4ee3 100644 Binary files a/.vs/AOLBackend/DesignTimeBuild/.dtbcache.v2 and b/.vs/AOLBackend/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/AOLBackend/v17/.suo b/.vs/AOLBackend/v17/.suo index dd6578d..03def66 100644 Binary files a/.vs/AOLBackend/v17/.suo and b/.vs/AOLBackend/v17/.suo differ diff --git a/Services/EmailSender/EmailSender.cs b/Services/EmailSender/EmailSender.cs index e462361..9673e47 100644 --- a/Services/EmailSender/EmailSender.cs +++ b/Services/EmailSender/EmailSender.cs @@ -3,7 +3,7 @@ using System.Net; using System; using System.Collections.Generic; using System.Text; -using EASendMail; +//using EASendMail; namespace AOLBackend.Services.EmailSender { diff --git a/bin/Debug/net6.0/AOLBackend.dll b/bin/Debug/net6.0/AOLBackend.dll index cf586e4..7a0b49d 100644 Binary files a/bin/Debug/net6.0/AOLBackend.dll and b/bin/Debug/net6.0/AOLBackend.dll differ diff --git a/bin/Debug/net6.0/AOLBackend.exe b/bin/Debug/net6.0/AOLBackend.exe index 3eee38d..6f5fa26 100644 Binary files a/bin/Debug/net6.0/AOLBackend.exe and b/bin/Debug/net6.0/AOLBackend.exe differ diff --git a/bin/Debug/net6.0/AOLBackend.pdb b/bin/Debug/net6.0/AOLBackend.pdb index c465b0b..682385a 100644 Binary files a/bin/Debug/net6.0/AOLBackend.pdb and b/bin/Debug/net6.0/AOLBackend.pdb differ diff --git a/obj/AOLBackend.csproj.nuget.dgspec.json b/obj/AOLBackend.csproj.nuget.dgspec.json index f4e4de4..f11bbd8 100644 --- a/obj/AOLBackend.csproj.nuget.dgspec.json +++ b/obj/AOLBackend.csproj.nuget.dgspec.json @@ -79,7 +79,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -91,7 +92,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json" } } } diff --git a/obj/AOLBackend.csproj.nuget.g.props b/obj/AOLBackend.csproj.nuget.g.props index 17746b2..fbca0ec 100644 --- a/obj/AOLBackend.csproj.nuget.g.props +++ b/obj/AOLBackend.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\Alfonso Garcia\.nuget\packages\ PackageReference - 6.2.0 + 6.3.0 diff --git a/obj/Debug/net6.0/AOLBackend.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0/AOLBackend.GeneratedMSBuildEditorConfig.editorconfig index fc61964..aa0a97e 100644 --- a/obj/Debug/net6.0/AOLBackend.GeneratedMSBuildEditorConfig.editorconfig +++ b/obj/Debug/net6.0/AOLBackend.GeneratedMSBuildEditorConfig.editorconfig @@ -8,9 +8,9 @@ build_property.PlatformNeutralAssembly = build_property._SupportedPlatformList = Linux,macOS,Windows 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.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = c:\projects\staging\AOLBackend +build_property.MSBuildProjectDirectory = C:\projects\staging\AOLBackend build_property._RazorSourceGeneratorDebug = diff --git a/obj/Debug/net6.0/AOLBackend.MvcApplicationPartsAssemblyInfo.cs b/obj/Debug/net6.0/AOLBackend.MvcApplicationPartsAssemblyInfo.cs index 5c337f8..43d96a6 100644 --- a/obj/Debug/net6.0/AOLBackend.MvcApplicationPartsAssemblyInfo.cs +++ b/obj/Debug/net6.0/AOLBackend.MvcApplicationPartsAssemblyInfo.cs @@ -1,6 +1,7 @@ //------------------------------------------------------------------------------ // // 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 // the code is regenerated. diff --git a/obj/Debug/net6.0/AOLBackend.assets.cache b/obj/Debug/net6.0/AOLBackend.assets.cache index 09c611f..293b45e 100644 Binary files a/obj/Debug/net6.0/AOLBackend.assets.cache and b/obj/Debug/net6.0/AOLBackend.assets.cache differ diff --git a/obj/Debug/net6.0/AOLBackend.csproj.AssemblyReference.cache b/obj/Debug/net6.0/AOLBackend.csproj.AssemblyReference.cache index d466249..8f4546e 100644 Binary files a/obj/Debug/net6.0/AOLBackend.csproj.AssemblyReference.cache and b/obj/Debug/net6.0/AOLBackend.csproj.AssemblyReference.cache differ diff --git a/obj/Debug/net6.0/AOLBackend.csproj.CoreCompileInputs.cache b/obj/Debug/net6.0/AOLBackend.csproj.CoreCompileInputs.cache index 2e77952..0a70250 100644 --- a/obj/Debug/net6.0/AOLBackend.csproj.CoreCompileInputs.cache +++ b/obj/Debug/net6.0/AOLBackend.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -5f1a72562e39ad6a97279c67e056dd811ddf7a4f +607920cd754ee200c9aee7bf7a321c529c4f4f99 diff --git a/obj/Debug/net6.0/AOLBackend.dll b/obj/Debug/net6.0/AOLBackend.dll index cf586e4..7a0b49d 100644 Binary files a/obj/Debug/net6.0/AOLBackend.dll and b/obj/Debug/net6.0/AOLBackend.dll differ diff --git a/obj/Debug/net6.0/AOLBackend.pdb b/obj/Debug/net6.0/AOLBackend.pdb index c465b0b..682385a 100644 Binary files a/obj/Debug/net6.0/AOLBackend.pdb and b/obj/Debug/net6.0/AOLBackend.pdb differ diff --git a/obj/Debug/net6.0/apphost.exe b/obj/Debug/net6.0/apphost.exe index 3eee38d..6f5fa26 100644 Binary files a/obj/Debug/net6.0/apphost.exe and b/obj/Debug/net6.0/apphost.exe differ diff --git a/obj/Debug/net6.0/ref/AOLBackend.dll b/obj/Debug/net6.0/ref/AOLBackend.dll index 34e0240..90867f4 100644 Binary files a/obj/Debug/net6.0/ref/AOLBackend.dll and b/obj/Debug/net6.0/ref/AOLBackend.dll differ diff --git a/obj/Debug/net6.0/refint/AOLBackend.dll b/obj/Debug/net6.0/refint/AOLBackend.dll index 34e0240..90867f4 100644 Binary files a/obj/Debug/net6.0/refint/AOLBackend.dll and b/obj/Debug/net6.0/refint/AOLBackend.dll differ diff --git a/obj/project.assets.json b/obj/project.assets.json index 6e57d8c..cae86c8 100644 --- a/obj/project.assets.json +++ b/obj/project.assets.json @@ -5,10 +5,14 @@ "Dapper/2.0.123": { "type": "package", "compile": { - "lib/net5.0/Dapper.dll": {} + "lib/net5.0/Dapper.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net5.0/Dapper.dll": {} + "lib/net5.0/Dapper.dll": { + "related": ".xml" + } } }, "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.8": { @@ -17,10 +21,14 @@ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0" }, "compile": { - "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } }, "frameworkReferences": [ "Microsoft.AspNetCore.App" @@ -38,12 +46,20 @@ "Microsoft.Exchange.WebServices/2.2.0": { "type": "package", "compile": { - "lib/40/Microsoft.Exchange.WebServices.Auth.dll": {}, - "lib/40/Microsoft.Exchange.WebServices.dll": {} + "lib/40/Microsoft.Exchange.WebServices.Auth.dll": { + "related": ".pdb;.xml" + }, + "lib/40/Microsoft.Exchange.WebServices.dll": { + "related": ".Auth.pdb;.Auth.xml;.pdb;.xml" + } }, "runtime": { - "lib/40/Microsoft.Exchange.WebServices.Auth.dll": {}, - "lib/40/Microsoft.Exchange.WebServices.dll": {} + "lib/40/Microsoft.Exchange.WebServices.Auth.dll": { + "related": ".pdb;.xml" + }, + "lib/40/Microsoft.Exchange.WebServices.dll": { + "related": ".Auth.pdb;.Auth.xml;.pdb;.xml" + } } }, "Microsoft.Extensions.ApiDescription.Server/3.0.0": { @@ -60,10 +76,14 @@ "Microsoft.IdentityModel.Abstractions/6.22.0": { "type": "package", "compile": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {} + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {} + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } } }, "Microsoft.IdentityModel.JsonWebTokens/6.22.0": { @@ -72,10 +92,14 @@ "Microsoft.IdentityModel.Tokens": "6.22.0" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } } }, "Microsoft.IdentityModel.Logging/6.22.0": { @@ -84,10 +108,14 @@ "Microsoft.IdentityModel.Abstractions": "6.22.0" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {} + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {} + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } } }, "Microsoft.IdentityModel.Protocols/6.10.0": { @@ -97,10 +125,14 @@ "Microsoft.IdentityModel.Tokens": "6.10.0" }, "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {} + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {} + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } } }, "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": { @@ -110,10 +142,14 @@ "System.IdentityModel.Tokens.Jwt": "6.10.0" }, "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } }, "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": { @@ -124,10 +160,14 @@ "System.Security.Cryptography.Cng": "4.5.0" }, "compile": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {} + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {} + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } } }, "Microsoft.NETCore.Platforms/3.1.0": { @@ -142,10 +182,14 @@ "Microsoft.OpenApi/1.2.3": { "type": "package", "compile": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": {} + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": {} + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } } }, "Microsoft.Win32.Registry/4.7.0": { @@ -155,10 +199,14 @@ "System.Security.Principal.Windows": "4.7.0" }, "compile": { - "ref/netstandard2.0/_._": {} + "ref/netstandard2.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { @@ -224,10 +272,14 @@ "Microsoft.OpenApi": "1.2.3" }, "compile": { - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } }, "frameworkReferences": [ "Microsoft.AspNetCore.App" @@ -239,19 +291,27 @@ "Swashbuckle.AspNetCore.Swagger": "6.2.3" }, "compile": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } } }, "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { "type": "package", "compile": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } }, "frameworkReferences": [ "Microsoft.AspNetCore.App" @@ -265,10 +325,14 @@ "runtime.native.System.Data.SqlClient.sni": "4.7.0" }, "compile": { - "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} + "ref/netcoreapp2.1/System.Data.SqlClient.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": {} + "lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { @@ -288,10 +352,14 @@ "Microsoft.IdentityModel.Tokens": "6.22.0" }, "compile": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {} + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } }, "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": { @@ -301,10 +369,14 @@ "System.Security.Principal.Windows": "4.7.0" }, "compile": { - "ref/netstandard2.0/_._": {} + "ref/netstandard2.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Security.AccessControl.dll": {} + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { @@ -316,7 +388,9 @@ "System.Security.Cryptography.Cng/4.5.0": { "type": "package", "compile": { - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } }, "runtime": { "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} @@ -331,10 +405,14 @@ "System.Security.Principal.Windows/4.7.0": { "type": "package", "compile": { - "ref/netcoreapp3.0/_._": {} + "ref/netcoreapp3.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { @@ -1206,7 +1284,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -1218,7 +1297,7 @@ "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", "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.", + "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", "targetGraphs": [ "net6.0" diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache index 0029208..b3ce8fc 100644 --- a/obj/project.nuget.cache +++ b/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "vtGVP4zlfFh7svdNka07v8HE+UbShU24VyzMRrIOsfcHbJgxmkIUVuYTGIVIeBwbHwL1S8FAVOvE2Y5Jpbw8Lg==", + "dgSpecHash": "QOpGumuvqqb2j6i83+M66PJmXn9LRQm6to6mhFxRlkXzJNRUop3VOaRjHSTAucpl+eqHnctIbfLqjt5KORpmPA==", "success": true, "projectFilePath": "C:\\projects\\staging\\AOLBackend\\AOLBackend.csproj", "expectedPackageFiles": [ @@ -37,7 +37,7 @@ "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.", + "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", "targetGraphs": [ "net6.0" diff --git a/obj/staticwebassets.pack.sentinel b/obj/staticwebassets.pack.sentinel index f3b9bd9..fc5534c 100644 --- a/obj/staticwebassets.pack.sentinel +++ b/obj/staticwebassets.pack.sentinel @@ -449,3 +449,5 @@ 2.0 2.0 2.0 +2.0 +2.0