.net-core-3.1

.NET Core 3.1 - Dependency resolution failed for component - AWS Mock Lambda Test Tools

两盒软妹~` 提交于 2020-12-02 10:09:11
问题 I create a new AWS Lambda .NET Core 3.1 project, then run it using AWS Lambda Test Tools, then I get this page as expected: However, if I install one of these packages: Microsoft.EntityFrameworkCore.SqlServer Microsoft.Data.SqlClient When I run, I get this error and the test page won't open: AWS .NET Core 3.1 Mock Lambda Test Tool (0.10.0) Unknown error occurred causing process exit: Dependency resolution failed for component C:\Users\siri\repos\bolao-futebol\website-core\AWSLambda1\bin\Debug

Can I update to .Net 5 NuGet packages even if I'm using .Net Core 3.1?

僤鯓⒐⒋嵵緔 提交于 2020-11-29 07:52:11
问题 I was looking for some NuGet updates about my project libraries. I see that there are a lot of Microsoft libraries update to v5.0.0. Based on my knowledge I think these are new dependencies released with .Net 5.0 and I'm not sure that I can update these libraries to latest version using .Net Core 3.1 project. Can I update to v5.0.0 libraries even if I'm using/building a .Net Core 3.1 project? 回答1: Unfortunately, you cannot update many of these newest Nuget packages to 5.0. The reason being is