39 строки
2.7 KiB
XML
39 строки
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata minClientVersion="3.3.0">
|
|
<id>%PACKAGE_ID%</id>
|
|
<version>2.3.0</version>
|
|
<releaseNotes>
|
|
- .NET 8 implementation of ClusterObserver. This version is built for .NET 8 and SF Runtime >= 9.1 (Self-Contained FO builds only). If you have deployed SF Runtime version >= 10.1 Cumulative Update 3.0 (CU3), then you can deploy the framework-dependent release build for the target platform (Windows or Linux). If you are not running SF Runtime version >= 10.1 CU3, then you must deploy the Self-Contained release build for the target platform (Windows or Linux). **If you can't upgrade to .NET 8 yet, then do not upgrade to this version.**
|
|
</releaseNotes>
|
|
<authors>Microsoft</authors>
|
|
<license type="expression">MIT</license>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<title>Service Fabric ClusterObserver Application</title>
|
|
<icon>icon.png</icon>
|
|
<readme>conuget.md</readme>
|
|
<language>en-US</language>
|
|
<description>This package contains the Service Fabric ClusterObserver(CO) Application - built for .NET 8.0 and SF Runtime 10.1.x. CO is a highly configurable and extensible Service Fabric stateless service that monitors aggregated cluster health and emits SF entity-specific telemetry. It is designed to be run in Service Fabric Windows and Linux clusters. This package contains the entire application and can be used to build .NET Standard 2.0/.NET6 observer plugins. NOTE: If you want to target .NET 6 for your plugins, then you must use Microsoft.ServiceFabricApps.FabricObserver.Extensibility.3.2.9 or higher nuget package to build them.</description>
|
|
<contentFiles>
|
|
<files include="**" buildAction="None" copyToOutput="true" />
|
|
</contentFiles>
|
|
<dependencies>
|
|
<group targetFramework="net8.0">
|
|
<dependency id="Microsoft.ServiceFabric.Services" version="6.0.1017" />
|
|
<dependency id="Microsoft.ServiceFabricApps.FabricObserver.Extensibility" version="3.3.0" />
|
|
</group>
|
|
</dependencies>
|
|
<projectUrl>https://aka.ms/sf/FabricObserver</projectUrl>
|
|
<tags>azure service-fabric cluster-observer utility watchdog-service observability</tags>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
</metadata>
|
|
<files>
|
|
<file src="**" target="contentFiles\any\any" />
|
|
<file src="ClusterObserverPkg\Code\ClusterObserver.dll" target="lib\net8.0" />
|
|
<file src="ClusterObserverPkg\Code\FabricObserver.Extensibility.dll" target="lib\net8.0" />
|
|
<file src="ClusterObserverPkg\Code\TelemetryLib.dll" target="lib\net8.0" />
|
|
<file src="%ROOT_PATH%\icon.png" target="" />
|
|
<file src="%ROOT_PATH%\conuget.md" target="" />
|
|
</files>
|
|
</package>
|