I have created a class library to a current solution in visual studio 2017 and I have added a reference to it in my main application.
But when I build I get this error
Severity Code Description Project File Line Suppression State Error Project 'C:\Users\declanmarks\Documents\oversurgeryassignment\OverSurgeryAssignment\Utility\Utility.csproj' targets '.NETStandard,Version=v2.0'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.5.2'. OverSurgeryAssignment
I cannot figure out how to fix this.