Hi

I am a first time RockIt developer. I downloaded the latest McKinley 14.0 SDK and i am having issues building it. I get a number build errors

1>RockWeb_2_.metaproj: Warning MSB3268 : The primary reference "C:\\\\themckinley14.org_Rockit\org.themckinley14.SampleProject\bin\Debug\org.themckinley14.SampleProject.dll" could not be resolved because it has an indirect dependency on the framework assembly "netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v4.7.2". To resolve this problem, either remove the reference "C:\\\\themckinley14.org_Rockit\org.themckinley14.SampleProject\bin\Debug\org.themckinley14.SampleProject.dll" or retarget your application to a framework version which contains "netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"

This impacts a good number of assembles.

Both RockWeb and test project are set to targetFramework="4.7.2"

I am sure that anyone who downloaed this sdk might have encountered this issue out of the box, what am i missing?

Thank you