How can I determine which version of the Service Fabric SDK I have installed?
I've checked the Service Fabric Explorer and I couldn't find anything there.
I've check C:\Program Files\Microsoft Service Fabric
but I couldn't find it in there either.
You can get the updated SDK from these links: For more information, see the release announcement on the Service Fabric team blog.
You can also do it via powershell: Get-ItemPropertyValue 'HKLM:\SOFTWARE\Microsoft\Service Fabric\' -Name FabricVersion Go to the runtime installation folder, something like this: C:\Program Files\Microsoft Service Fabric\bin\ Find the application FabricHost.exe and click properties, go to the tab details, the version will be listed there
This does not provide the answer for your question. Get-ServiceFabricRuntimeSupportedVersion gets the details about all currently supported service fabric runtime versions for standalone deployments. currently supported means, the versions that still receive fixes from SF team.
** Service Fabric does not provide a .NET Core runtime. The service author is responsible for ensuring it is available. Support for Service Fabric on a specific OS ends when support for the OS version reaches its End of Life.
Thankfully, the SF team made the SDK install like a regular Windows program, so it's in
Control Panel\Programs\Programs and Features
Then search for "fabric". You should see the SDK and the runtime in there.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With