Update build to use .net 3.1
See original GitHub issueOpened PR here: https://github.com/Azure/azure-webjobs-sdk/pull/2569
But there was an error:
105dotnet.exe : Testhost process exited with error: It was not possible to find any compatible framework version
106At C:\projects\azure-webjobs-sdk-rqm4t\runtests.ps1:15 char:3
107+ & dotnet $cmd
108+ ~~~~~~~~~~~~~
109 + CategoryInfo : NotSpecified: (Testhost proces...amework version:String) [], RemoteException
110 + FullyQualifiedErrorId : NativeCommandError
111
112The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
113 - The following frameworks were found:
114 2.0.0 at [C:\Program Files (x86)\dotnet
115\shared\Microsoft.NETCore.App]
116 3.1.8 at [C:\Users\appveyor\AppData\Local\Microsoft\dotnet\shared\Microsoft.NETCore.App]
117You can resolve the problem by installing the specified framework and/or SDK.
118The specified framework can be found at:
119 - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=2.1.0&arch=x86&rid=win10-x86
120. Please check the diagnostic logs for more information.
121
122
123Test Run Aborted.
124
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
NET Core 3.1 Update
NET Core 3.1 has been refreshed with the latest update as of July 13, 2021. This update contains reliability and other non-security fixes....
Read more >Download .NET Core 3.1 (Linux, macOS, and Windows)
NET Core 3.1 downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of ......
Read more >How to upgrade a project to .NET Core 3.1.18
How to upgrade a project to .NET Core 3.1.18 ... Generally, you don't need to. Things will use the latest runtime you have...
Read more >Unable to get my pipeline to build a .NET core 3.1 solution
net core 3.1. We use hosted agent win2019 as our build agent. When I check-in and the gated build kicks off it fails...
Read more >Upgrading our .NET Core 3.1 project to .NET 5
Today we are going to upgrade our ASP.NET 3.1 website to the latest preview version of ASP.NET 5. While . NET 5 is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this issue as this is not something will be doing now.
@Scooletz will provide some information using the other issue we have open to track some enhancements. Would love to get more feedback once those changes are done.
Moving to Sprint 87 to figure out if this change is needed or not.