Skip to content

Commit 9e5c55a

Browse files
authored
Update referenced version of Octopus.Client to 17.0.2288 to correct code signatures. Update global.json to reference 8.0.413 to pick up security fixes for net8 self-contained tentacle
2 parents 4f67fe8 + cb7695a commit 9e5c55a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.303",
3+
"version": "8.0.413",
44
"rollForward": "latestFeature"
55
}
66
}

source/Octopus.Tentacle/Octopus.Tentacle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</ItemGroup>
5454
<ItemGroup>
5555
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" />
56-
<PackageReference Include="Octopus.Client" Version="15.2.2240" />
56+
<PackageReference Include="Octopus.Client" Version="17.0.2288" />
5757
</ItemGroup>
5858
<ItemGroup>
5959
<PackageReference Include="Autofac" Version="4.6.2" />

0 commit comments

Comments
 (0)