Хочу софтину скомпилить на дотнете, выдает такое:
[xdshot@lenovo-pc Gibbed.Dunia2.Unpack]$ dotnet build
Microsoft (R) Build Engine version 15.9.20.63311 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Nothing to do. None of the projects specified contain packages to restore.
/opt/dotnet/sdk/2.2.105/Microsoft.Common.CurrentVersion.targets(1179,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [/home/xdshot/Gibbed.Dunia2/Gibbed.Dunia2.Unpack/Gibbed.Dunia2.Unpack.csproj]
Build FAILED.
/opt/dotnet/sdk/2.2.105/Microsoft.Common.CurrentVersion.targets(1179,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [/home/xdshot/Gibbed.Dunia2/Gibbed.Dunia2.Unpack/Gibbed.Dunia2.Unpack.csproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.52
[xdshot@lenovo-pc Gibbed.Dunia2.Unpack]$
Как заставить скомпилировать? Как указать целевой фреймворк, который у меня стоит сейчас?