Closed AlexGuedes1986 closed 6 years ago
This is what I have inside project.json:
{
"dependencies": {
"AWSSDK": "2.3.55.2",
"AWSSDK.DynamoDBv2": "3.3.0.2",
"Dropbox.Api": "3.6.0",
"EntityFramework": "6.1.3",
"jQuery.Validation": "1.16.0",
"Microsoft.ApplicationInsights.AspNetCore": "1.0.0",
"Microsoft.AspNet.Mvc": "5.2.3",
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-preview2-final",
"type": "build"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
"Microsoft.Extensions.Caching.Memory": "1.0.0",
//"Microsoft.EntityFrameworkCore": "1.0.1",
//"Microsoft.EntityFrameworkCore.SqlServer": "1.0.1",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0",
"Microsoft.Extensions.Logging.Console": "1.0.0",
"Microsoft.Extensions.Logging.Debug": "1.0.0",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
"MongoDB.Bson": "2.3.0",
"MongoDB.Driver": "2.3.0"
},
"tools": {
"BundlerMinifier.Core": "2.0.238",
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
},
"frameworks": {
"net452": {
"dependencies": {
"SharedClasses": {
"target": "project"
}
},
"frameworkAssemblies": {
"System.Net": "4.0.0.0"
}
}
},
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"publishOptions": {
"include": [
"wwwroot",
"Views",
"Areas/**/Views",
"appsettings.json",
"web.config"
]
},
"scripts": {
"prepublish": [ "bower install", "dotnet bundle" ],
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
}
}
This issue is being closed because it has not been updated in 3 months.
We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate.
I'm trying to deploy my website from Github to Azure but there are some errors showing up every time I try to do it, this is part of the log from Azure:
Then after the Warning messages, these other messages are showed:
And then comes the error messages:
This is a resume of the Azure log, I have read about this errors and I have created a Nuget.Config file, but it doesn't changes anything.
This is the code that I have inside the Nuget.Config file:
Totally, these are the packages that cannot be found and that are displayed within those errors:
What's going on?