Closed teobugslayer closed 4 years ago
Number of .NET 5 APIs are not available in CoreRT right now because we stopped synchronizing them with the runtime due to technical difficulties a couple months ago.
This will be resolved once this repo is fully migrated to dotnet/runtimelab (https://github.com/dotnet/runtimelab/issues/4) where the managed APIs are already fully synchronized with the mainstream runtimes. We just don't have official builds and packages yet.
For now you need to stick to .NET 3.1 APIs.
Fixed in dotnet/runtimelab. Update your nuget feed to the one in https://github.com/dotnet/runtimelab/tree/feature/NativeAOT/samples/HelloWorld
Hi all,
I am trying to write cross-platform code and my attempt to use
IsWindows
andIsWindowsVersionAtLeast
fails:What are my options to rectify the problem?