Skip to content

Commit b9e7fc1

Browse files
committed
Tests only - update dotnet support packages from 9.0.8 to 9.0.9
skip-release-and-release-note: true GitOrigin-RevId: c33b3033002f1278cda9f5135ae0fa9840d8e073
1 parent d373e8e commit b9e7fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Octopus.Client.Tests/Octopus.Client.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="2.3.0" />
4848
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.3.0" />
4949
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.3.0" />
50-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.8" />
51-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.8" />
50+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.9" />
51+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.9" />
5252
<PackageReference Include="Best.Conventional" Version="12.0.0" />
5353
<PackageReference Include="Assent" Version="1.9.3" /> <!-- IMPORTANT: Renovate will try and update this to 2.x, but you must not let it. Assent 2.x dropped netframework support and OctopusClients builds for net462 and net48 -->
5454
</ItemGroup>

0 commit comments

Comments
 (0)