본문 바로가기

C# 개인 공부 기록용/Memo

NuGet restore 오류 해결 방법

Your project does not reference ".NETFramework,Version=v4.7.2" framework. Add a reference to ".NETFramework,Version=v4.7.2" in the "TargetFrameworks" property of your project file and then re-run NuGet restore.

이러한 오류가 뜰 경우 해결 방법

1. 클린 솔루션
2. 폴더 "패키지" 정리
3. 폴더 "bin" 삭제
4. 폴더 "obj" 삭제