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.

Can I compile a Netcore App using 1.0.4 runtime if both 1.0.4 and 1.0.5 installed?

See original GitHub issue

I have both 1.0.4 and 1.0.5 runtime installed. I would like to compile to an 1.0.4 App. Is it possible?

I have tried to specify Sdk version explicitly to “1.0.3”, but it still picks up 1.0.5 Microsft.NETCore.App. <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="1.0.3">

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dasMullicommented, Aug 22, 2017

<RuntimeFrameworkVersion>1.0.3</RuntimeFrameworkVersion> (property) should do the trick

0reactions
hongdaicommented, Sep 1, 2017

@dasMulli Thanks for the link! If it is documented, then it should be supported.

As for supporting older versions, this is a business decision our team made.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Detecting if .Net Core Runtime is installed · Issue #2953
Check the registry to confirm that .NET Core 1.0.* is present, then install the application. Explanation of Problem. What would be expected here ......
Read more >
How to install multiple versions of .NET Core side by ...
Download the tar.gz package from https://dotnet.microsoft.com/download/dotnet and install the package with this command:
Read more >
Install .NET on Windows
In this article, you'll learn how to install .NET on Windows. .NET is made up of the runtime and the SDK. The runtime...
Read more >
Remove the .NET runtime and SDK
This article describes how to uninstall .NET. You'll need to determine which versions of the .NET Runtime and SDK are currently installed, ...
Read more >
Please stop lying about .NET Standard 2.0 support!
In this post I have a bit of a rant about Microsoft's NuGet packages lying about supporting .NET Standard 2.0 when they kinda...
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