From where does the reference of the System.String
is being done in UWP application projects?
I got this question as I have a String.Replace
method option Replace(String, String, StringComparison) in any Android app projects which is referring in Xamarin.Android and same way in iOS app project referring Xamarin.iOS as well.
But, in case of UWP, I am not able to get the same behaviour of String.Replace
EDIT :
Adding to the question based on the comment that UWP is using .NET Core, is there is any documentation on which .NET Core version each of the UWP/Windows SDK version is using? Because, this option of String.Replace
is something new in .NET Core 2.0 and above as I can understand from Microsoft Docs of the same as quoted above in link.
String.Replace
is something new from .Net Core 2.0.String.Replace
function if I am referring SDK version of 16299 (Fall Creators Update) for Target and Min version of SDK in the UWP app. SDK version of 16299 is referringString.Replace
from the library available in packageC:\Users\UserName\.nuget\packages\microsoft.netcore.universalwindowsplatform\6.0.4\ref\uap10.0.15138\System.Runtime.dll