question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update build to use .net 3.1

See original GitHub issue

Opened 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:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
fabiocavcommented, Oct 28, 2020

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.

0reactions
pragnagopacommented, Oct 14, 2020

Moving to Sprint 87 to figure out if this change is needed or not.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found