Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 6c63550

Browse files
Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /src (#556)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 012f850 commit 6c63550

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/NServiceBus.Newtonsoft.Encryption.Tests/NServiceBus.Newtonsoft.Encryption.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net7.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
6+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
77
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" PrivateAssets="all" />
88
<PackageReference Include="Xunit" Version="2.6.1" />
99
<PackageReference Include="NServiceBus.Newtonsoft.Json" Version="3.0.0" />

src/Newtonsoft.Json.Encryption.Tests/Newtonsoft.Json.Encryption.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
7+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
88
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
99
<PackageReference Include="ModuleInit.Fody" Version="2.1.1" />
1010
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" PrivateAssets="all" />

src/Rebus.Newtonsoft.Encryption.Tests/Rebus.Newtonsoft.Encryption.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SignAssembly>false</SignAssembly>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
7+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
88
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" PrivateAssets="all" />
99
<PackageReference Include="Xunit" Version="2.6.1" />
1010
<PackageReference Include="Verify.Xunit" Version="22.1.4" />

0 commit comments

Comments
 (0)