Microsoft.ServiceFabric.Services 7.1.3008

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.ServiceFabric.Services --version 7.1.3008
                    
NuGet\Install-Package Microsoft.ServiceFabric.Services -Version 7.1.3008
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.ServiceFabric.Services" Version="7.1.3008" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.ServiceFabric.Services" Version="7.1.3008" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.ServiceFabric.Services" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.ServiceFabric.Services --version 7.1.3008
                    
#r "nuget: Microsoft.ServiceFabric.Services, 7.1.3008"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.ServiceFabric.Services@7.1.3008
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.ServiceFabric.Services&version=7.1.3008
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.ServiceFabric.Services&version=7.1.3008
                    
Install as a Cake Tool

This package contains the common Service Framework APIs for building and connecting to reliable services on Microsoft Service Fabric.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (105)

Showing the top 5 NuGet packages that depend on Microsoft.ServiceFabric.Services:

Package Downloads
Microsoft.ServiceFabric.Services.Remoting

This package contains Service Framework Remoting APIs for building and connecting to reliable services on Microsoft Service Fabric.

Microsoft.ServiceFabric.AspNetCore.Abstractions

This package provides abstractions for creating AspNetCore Service Fabric microservices.

Microsoft.ServiceFabric.Services.Wcf

This package provides Windows Communication Foundation (WCF) to be used as the communication mechanism for Service Fabric microservices.

Autofac.ServiceFabric

Autofac integration for Azure Service Fabric. Provides service factory implementations for Actors, Stateful Services and Stateless Services.

Microsoft.ServiceFabric.AspNetCore.Configuration

This package provides Configuration for creating AspNetCore Service Fabric microservices.

GitHub repositories (16)

Showing the top 16 popular GitHub repositories that depend on Microsoft.ServiceFabric.Services:

Repository Stars
ThreeMammals/Ocelot
.NET API Gateway
microsoft/GraphEngine
Microsoft Graph Engine
Azure/durabletask
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
autofac/Examples
Example projects that consume and demonstrate Autofac IoC functionality and integration
Azure-Samples/MyDriving
Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
robinrodricks/FluentStorage
A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
microsoft/data-accelerator
Data Accelerator for Apache Spark simplifies onboarding to Streaming of Big Data. It offers a rich, easy to use experience to help with creation, editing and management of Spark jobs on Azure HDInsights or Databricks while enabling the full power of the Spark engine.
Azure/azure-iot-protocol-gateway
Azure IoT protocol gateway enables protocol translation for Azure IoT Hub
microsoft/service-fabric-aspnetcore
This repo contains ASP.NET Core integration for Service Fabric Reliable Services.
Azure-Samples/service-fabric-dotnet-web-reference-app
An end-to-end Service Fabric application that demonstrates patterns and features in a web application scenario.
SoCreate/service-fabric-pub-sub
Do you want to create an Event Driven Architecture while using Azure Service Fabric? Do you need to reliably broadcast messages between Actors and Services? This code will help you do that. It supports both Actors and Services as publishers and subscribers.
danielmarbach/Microservices.ServiceFabric
Particular/docs.particular.net
All content for ParticularDocs
microsoft/service-fabric-observer
Highly configurable, extensible and performant Service Fabric watchdog service that, out of the box, monitors a broad range of physical machine resources that tend to be very important to Service Fabric services and maps these metrics to SF entities. It targets both Windows and Linux SF clusters.
Azure-Samples/service-fabric-dotnet-iot
An end-to-end sample that demonstrates an IoT application combining Service Fabric with other Azure services.
Version Downloads Last Updated
8.2.274 558 9/9/2025
8.1.208 20,398 6/27/2025
8.0.2707 15,013 5/28/2025
7.1.3008 358 9/5/2025
7.1.2941 4,019 6/26/2025
7.1.2841 7,707 5/14/2025
7.1.2493 265,852 10/24/2024
7.1.2448 52,476 9/23/2024
7.1.2338 109,702 8/9/2024
7.1.2175 287,126 6/19/2024
7.1.1951 152,851 2/29/2024
7.1.1541 209,246 10/31/2023
7.0.2978 439 5/14/2025
7.0.2744 4,519 10/24/2024
7.0.2712 470 9/23/2024
7.0.2604 4,155 8/9/2024
7.0.2382 2,973 6/19/2024
7.0.2226 2,574 3/14/2024
7.0.1949 111,878 10/31/2023
7.0.1816 159,232 9/7/2023
6.1.2837 7,326 10/24/2024
6.1.2833 1,594 9/23/2024
6.1.2718 2,801 8/9/2024
6.1.2488 3,610 6/19/2024
6.1.2277 6,809 3/14/2024
6.1.1993 17,689 10/31/2023
6.1.1851 16,477 8/30/2023
6.1.1833 149,337 6/19/2023
6.1.1799 109,194 5/15/2023
6.1.1653 184,075 4/7/2023
6.1.1583 135,197 3/2/2023
6.1.1436 255,014 12/9/2022
6.1.1390 210,994 10/25/2022
6.0.1672 5,021 10/31/2023
6.0.1569 9,914 9/7/2023
6.0.1553 11,456 6/19/2023
6.0.1526 2,253 5/15/2023
6.0.1380 2,564 4/7/2023
6.0.1309 2,730 3/2/2023
6.0.1254 2,763 2/1/2023
6.0.1155 9,390 12/9/2022
6.0.1121 91,919 10/11/2022
6.0.1107 141,834 9/14/2022
6.0.1048 504,246 7/12/2022
6.0.1028 379,128 6/3/2022
6.0.1017 289,214 4/26/2022
5.2.1748 7,996 3/2/2023
5.2.1723 3,763 12/9/2022
5.2.1692 5,803 10/25/2022
5.2.1686 4,470 9/14/2022
5.2.1659 8,885 7/12/2022
5.2.1620 8,169 6/3/2022
5.2.1571 205,747 3/16/2022
5.2.1486 127,176 2/9/2022
5.2.1363 238,777 12/16/2021
5.2.1235 351,133 10/20/2021
5.1.388 15,096 6/3/2022
5.1.337 55,294 10/20/2021
5.1.335 85,589 10/6/2021
5.1.329 119,732 9/10/2021
5.1.321 108,210 8/11/2021
5.1.316 69,523 7/28/2021
5.0.536 19,398 7/28/2021
5.0.521 279,503 6/10/2021
5.0.516 183,130 5/6/2021
5.0.514 111,431 4/8/2021
4.2.477 425,687 3/11/2021
4.2.457 142,014 2/17/2021
4.2.452 161,710 1/26/2021
4.2.445 348,928 12/3/2020
4.2.434 100,726 11/19/2020
4.1.510 56,917 1/29/2021
4.1.458 1,050,842 9/10/2020
4.1.456 361,583 8/13/2020
4.1.428 272,572 7/21/2020
4.1.417 389,326 6/17/2020
4.1.416 230,208 6/5/2020
4.1.409 410,803 4/21/2020
4.0.470 671,596 3/3/2020
4.0.466 425,715 2/7/2020
4.0.464 247,848 1/30/2020
4.0.457 492,758 11/19/2019
3.4.677 504,547 10/16/2019
3.4.676 82,777 10/14/2019
3.4.664 618,122 8/26/2019
3.4.658 575,591 8/1/2019
3.4.641 242,968 7/3/2019
3.4.639 191,134 6/11/2019
3.3.670 27,048 7/2/2019
3.3.664 950,599 5/30/2019
3.3.658 300,372 5/3/2019
3.3.654 280,881 4/8/2019
3.3.644 387,210 3/12/2019
3.3.638 350,755 2/4/2019
3.3.622 166,326 12/18/2018
3.3.617 173,718 11/30/2018
3.2.187 879,075 10/2/2018
3.2.176 557,423 8/22/2018
3.2.162 732,435 7/16/2018
3.1.301 295,112 6/28/2018
3.1.283 445,003 5/29/2018
3.1.274 159,558 5/14/2018
3.1.269 82,246 5/9/2018
3.0.480 887,565 3/29/2018
3.0.472 449,851 3/14/2018
3.0.467 339,260 2/22/2018
3.0.456 361,209 1/26/2018
3.0.232-preview 29,127 11/14/2017
3.0.219-preview 8,696 10/13/2017
3.0.211-preview 12,145 9/25/2017
2.8.232 571,220 11/14/2017
2.8.219 172,027 10/13/2017
2.8.211 184,159 9/25/2017
2.7.221 67,413 10/2/2017
2.7.198 703,094 8/10/2017
2.7.0-preview5718 8,772 5/24/2017
2.6.220 608,265 6/20/2017
2.6.210 297,585 5/24/2017
2.6.204 90,982 5/10/2017
2.5.216 376,312 3/22/2017
2.4.164 209,854 2/3/2017
2.4.145 143,872 12/14/2016
2.3.311 99,495 11/18/2016
2.3.301 120,371 10/11/2016
2.2.207 110,051 9/13/2016
2.1.163 86,976 7/18/2016
2.1.150 46,733 6/13/2016
2.0.217 341,085 5/6/2016
2.0.135 192,533 3/30/2016
1.5.175-preview 10,363 2/23/2016
1.4.87-preview 15,882 11/18/2015
1.0.328-preview1 11,483 7/24/2015
1.0.315-preview1 3,932 4/29/2015
1.0.314-preview1 5,166 4/29/2015