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 was archived by the owner on Dec 3, 2020. It is now read-only.
I needed to install the Microsoft .NET Framework 4.5.1 Developer Pack to successful build the DLL. Else you get an error like
D:\Dev\projects\git\Phosphor\.dotnet\sdk\1.0.0\Microsoft.Common.CurrentVersion.targets(1111,5): error MSB3644: The reference assemblies for framework ".NETFramework,Versi on=v4.5.1" 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 wh ich 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 assemb lies. Therefore your assembly may not be correctly targeted for the framework you intend. [D:\Dev\projects\git\Phosphor\src\Phosphor\Phosphor.csproj] D:\Dev\projects\git\Phosphor\.dotnet\sdk\1.0.0\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.targets(92,5): error MSB4018: The "GenerateDepsFile" task failed unexpectedl y. [D:\Dev\projects\git\Phosphor\src\Phosphor\Phosphor.csproj]
I would be nice to state this as a requirement in the README to build.