runtime-identifier Questions

3

Can someone explain the purpose of these two in the csproj file (VS2017): <TargetFramework>netstandard1.6</TargetFramework> <RuntimeIdentifier>win7</RuntimeIdentifier> I ju...

2

Solved

I have a .NET Core Console application. My goal here is to be able to conditionally DLLImport a function and call it, but only on Windows runtimes. I thought maybe if I could access the runtime id...
Landloper asked 4/5, 2018 at 1:52

1

When I publish my .NET Core app, it outputs a runtimes directory with the following sub-directories: - publish/runtimes/ - debian.8-x64/ - fedora.23-x64/ - fedora.24-x64/ - opensuse.13.2-x64/ ...
Crenulation asked 27/11, 2018 at 19:59

3

Solved

I'm building a C# .NET core application and it is targeting the net452 framework. When I publish I can specify a runtime (--runtime), if I don't specify any runtime it uses win7-x64 (I assume that ...
Gaige asked 20/1, 2017 at 14:31
1

© 2022 - 2024 — McMap. All rights reserved.