Skip to content

Commit 7738e1f

Browse files
committed
Update test-only dependency Microsoft.Net.Test.Sdk
skip-release-and-release-note: true GitOrigin-RevId: 671fe3bc62dc667d1d27347fb3cacd913e4bef75
1 parent 3e98038 commit 7738e1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Octopus.Client.E2ETests/Octopus.Client.E2ETests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
25+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
2626
<PackageReference Include="NSubstitute" Version="5.3.0" />
2727
<PackageReference Include="NUnit" Version="4.2.2" />
2828
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" NoWarn="NU1701" /> <!-- This package only targets legacy .NET desktop, but it still works on netcore so we force past the warning -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PrivateAssets>all</PrivateAssets>
4040
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4141
</PackageReference>
42-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
42+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
4343
<PackageReference Include="NUnit" Version="4.2.2" />
4444
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" NoWarn="NU1701" /> <!-- This package only targets legacy .NET desktop, but it still works on netcore so we force past the warning -->
4545
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.41" NoWarn="NU1701" /> <!-- This package only targets legacy .NET desktop, but it still works on netcore so we force past the warning -->

0 commit comments

Comments
 (0)