Skip to content

Commit

Permalink
chore(deps): update dependency microsoft.net.test.sdk to v17.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent f790612 commit 00456ed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion BackEnd/Timeline.Tests/Timeline.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.3" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
Expand Down
30 changes: 15 additions & 15 deletions BackEnd/Timeline.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.5.0, )",
"resolved": "17.5.0",
"contentHash": "IJ4eSPcsRbwbAZehh1M9KgejSy0u3d0wAdkJytfCh67zOaCl5U3ltruUEe15MqirdRqGmm/ngbjeaVeGapSZxg==",
"requested": "[17.6.1, )",
"resolved": "17.6.1",
"contentHash": "8UKhpVrgcR85ZRYkS4CFJSWe2rkfqdwEJqqzvjbWWTCJjR2ScAf9Rj1mLOkbJtijkhOPbWDyLUxoFvGq1JPLXQ==",
"dependencies": {
"Microsoft.CodeCoverage": "17.5.0",
"Microsoft.TestPlatform.TestHost": "17.5.0"
"Microsoft.CodeCoverage": "17.6.1",
"Microsoft.TestPlatform.TestHost": "17.6.1"
}
},
"Moq": {
Expand Down Expand Up @@ -179,8 +179,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
"resolved": "17.5.0",
"contentHash": "6FQo0O6LKDqbCiIgVQhJAf810HSjFlOj7FunWaeOGDKxy8DAbpHzPk4SfBTXz9ytaaceuIIeR6hZgplt09m+ig=="
"resolved": "17.6.1",
"contentHash": "WbMWrVQo30ayRtikBYcBOdUoOQ/5Dr23eSoAt4Mp8O5Llshi8FTQ6WcdODI+WJ2cJtFoqsHNQBGpdRmp2c4u2w=="
},
"Microsoft.CSharp": {
"type": "Transitive",
Expand Down Expand Up @@ -378,19 +378,19 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
"resolved": "17.5.0",
"contentHash": "QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==",
"resolved": "17.6.1",
"contentHash": "8RZNuUALSNFgBYSDpUWD11PjVBLUNsvM4kqHLASbTgqxx4IpRo8LQ1ZVsgZvePMf/gOzDQVejr+AtP42tHQjrg==",
"dependencies": {
"NuGet.Frameworks": "5.11.0",
"NuGet.Frameworks": "6.6.0",
"System.Reflection.Metadata": "1.6.0"
}
},
"Microsoft.TestPlatform.TestHost": {
"type": "Transitive",
"resolved": "17.5.0",
"contentHash": "X86aikwp9d4SDcBChwzQYZihTPGEtMdDk+9t64emAl7N0Tq+OmlLAoW+Rs+2FB2k6QdUicSlT4QLO2xABRokaw==",
"resolved": "17.6.1",
"contentHash": "h0ObxpY1nZ3jnQ5VBuZpDGUQ/RscYjfpoQCPKZT/YZ1qYqcMtsi/o40sFRkXu515i0e3OW746E04Ej4qc3Uj5g==",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.5.0",
"Microsoft.TestPlatform.ObjectModel": "17.6.1",
"Newtonsoft.Json": "13.0.1"
}
},
Expand Down Expand Up @@ -547,8 +547,8 @@
},
"NuGet.Frameworks": {
"type": "Transitive",
"resolved": "5.11.0",
"contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q=="
"resolved": "6.6.0",
"contentHash": "kgoOHa5bNq+X0nD8jsmYkctJz0jICSvaHxYGuROj4se3pYkkvQ2PjpyA7RMHuxN/TD3ueEWgSyoWBks8YA34vw=="
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
"type": "Transitive",
Expand Down

0 comments on commit 00456ed

Please sign in to comment.