parse-community / Parse-SDK-dotNET

Parse SDK for .NET, Xamarin, Unity.
http://parseplatform.org
Apache License 2.0
323 stars 260 forks source link

The SDK 'Microsoft.NET.Sdk' specified could not be found. #299

Closed TobiasPott closed 5 years ago

TobiasPott commented 5 years ago

Hi! I'm trying to build the project using Visual Studio, but I'm getting these errors while trying to open it.

C:\Users\user\Desktop\Parse-SDK-dotNET-master\Parse\Parse.csproj : error : The SDK 'Microsoft.NET.Sdk' specified could not be found. C:\Users\user\Desktop\Parse-SDK-dotNET-master\Parse\Parse.csproj

C:\Users\user\Desktop\Parse-SDK-dotNET-master\Parse.Test\Parse.Test.csproj : error : The SDK 'Microsoft.NET.Sdk' specified could not be found. C:\Users\user\Desktop\Parse-SDK-dotNET-master\Parse.Test\Parse.Test.csproj

Originally posted by @WalGallen-Baktun in https://github.com/parse-community/Parse-SDK-dotNET/issues/294#issuecomment-441079930

EDIT: moved to a new issue as it is not directly related to the original topic

TheFanatr commented 5 years ago

@WalGallen-Baktun Can you please confirm that this is still an issue? Something like this usually happens if the target system does not have a .NET Core Runtime and/or SDK installed, can you please also confirm if this is the case as well, if the issue is still present? The .NET Core SDK comes with .NET Standard 2.0 support, so that is why I am suspecting it's non-presence as the cause.

TheFanatr commented 5 years ago

@WalGallen-Baktun I will be closing this issue now. If needed, you can request for it to be reopened for you.