SteamAchievementManager icon indicating copy to clipboard operation
SteamAchievementManager copied to clipboard

Unable to Build Project - Missing .NETFramework,Version=v4.0

Open ghost opened this issue 1 year ago • 0 comments

Hello,

I'm trying to build the project in Visual Studio 2022, but I'm encountering the following errors:

Severity Code Description Project File Line Suppression State Error MSB3644 The reference assemblies for .NETFramework,Version=v4.0 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks SAM.API C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 1229

Severity Code Description Project File Line Suppression State Error MSB3644 The reference assemblies for .NETFramework,Version=v4.0 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks SAM.Picker C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 1229

Severity Code Description Project File Line Suppression State Error MSB3644 The reference assemblies for .NETFramework,Version=v4.0 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks SAM.Game C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 1229

I've tried installed v4.0, but I already have v4.8 installed so it won't let me. I'm running Windows 10, and I have the .NET Desktop Development workload installed in Visual Studio.

Any help would be greatly appreciated. Thank you!

ghost avatar Jun 07 '23 05:06 ghost