Skip to content

Commit cb7695a

Browse files
committed
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
1 parent 4f67fe8 commit cb7695a

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)