Skip to content

Commit 8024fcd

Browse files
committed
Update dependency Microsoft.NET.Test.Sdk to 18.3.0 (tests only)
skip-release-and-release-note: true GitOrigin-RevId: 1a143f4119d4f6b69566eaa28a79a03105aa0ee4
1 parent 780f802 commit 8024fcd

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="18.0.1" />
25+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
2626
<PackageReference Include="NSubstitute" Version="5.3.0" />
2727
<PackageReference Include="NUnit" Version="4.5.0" />
2828
<PackageReference Include="NUnit3TestAdapter" Version="6.1.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
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
38+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
3939
<PackageReference Include="NUnit" Version="4.5.0" />
4040
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" NoWarn="NU1701" /> <!-- This package only targets legacy .NET desktop, but it still works on netcore so we force past the warning -->
4141
<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)