We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c428602 commit 9953c54Copy full SHA for 9953c54
src/ServiceControlInstaller.Packaging/ServiceControlInstaller.Packaging.csproj
@@ -16,7 +16,7 @@
16
</ItemGroup>
17
18
<ItemGroup>
19
- <PackageReference Include="Packaging.ServiceControl.Monitoring" Version="1.3.1" PrivateAssets="All" />
+ <PackageReference Include="Packaging.ServiceControl.Monitoring" Version="1.3.3" PrivateAssets="All" />
20
21
22
<UsingTask AssemblyFile="..\..\buildsupport\DeploymentZipTask.Dll" TaskName="DeploymentZipTask.AddToZip" />
@@ -78,4 +78,4 @@
78
<Copy SourceFiles="@(Zips)" DestinationFolder="$(ZipTargetFolder)" />
79
</Target>
80
81
-</Project>
+</Project>
0 commit comments