You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
C:\dotnet>dotnet tool install --global sourcelink
Since you just installed the .NET Core SDK, you will need to reopen the Command Prompt window before running the tool you installed.
You can invoke the tool using the following command: sourcelink
Tool 'sourcelink' (version '3.0.0') was successfully installed.
…
C:\dotnet>sourcelink
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
- The following frameworks were found:
3.0.0-preview4-27615-11 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The .NET Core frameworks can be found at:
- https://aka.ms/dotnet-download
Is there a way to make it work on 3.0 (without requiring 2.1)
The text was updated successfully, but these errors were encountered:
There is a workaround to set the environment variable DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX=2. The fix is straight forward as well. See dotnet/Nerdbank.GitVersioning#326
I have only 3.0 preview4 installed.
Is there a way to make it work on 3.0 (without requiring 2.1)
The text was updated successfully, but these errors were encountered: