Skip to content

Commit fb89dc3

Browse files
Update Microsoft.NET.Test.Sdk to 17.14.0
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85c5bab commit fb89dc3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

test/Dotnet.Samples.AspNetCore.WebApi.Tests/Dotnet.Samples.AspNetCore.WebApi.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
1313
<PackageReference Include="xunit" Version="2.9.3" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

test/Dotnet.Samples.AspNetCore.WebApi.Tests/packages.lock.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"Microsoft.NET.Test.Sdk": {
1818
"type": "Direct",
19-
"requested": "[17.13.0, )",
20-
"resolved": "17.13.0",
21-
"contentHash": "W19wCPizaIC9Zh47w8wWI/yxuqR7/dtABwOrc8r2jX/8mUNxM2vw4fXDh+DJTeogxV+KzKwg5jNNGQVwf3LXyA==",
19+
"requested": "[17.14.0, )",
20+
"resolved": "17.14.0",
21+
"contentHash": "rTtdOm6C96q9QgP3mS8nUGPGPh5Xm2HnBYJggNmNrJ3LDmX9lJuUIgnJEfvX6wSQY4swUMiCcIXd3OkjhYCgtw==",
2222
"dependencies": {
23-
"Microsoft.CodeCoverage": "17.13.0",
24-
"Microsoft.TestPlatform.TestHost": "17.13.0"
23+
"Microsoft.CodeCoverage": "17.14.0",
24+
"Microsoft.TestPlatform.TestHost": "17.14.0"
2525
}
2626
},
2727
"Moq": {
@@ -691,8 +691,8 @@
691691
},
692692
"Microsoft.CodeCoverage": {
693693
"type": "Transitive",
694-
"resolved": "17.13.0",
695-
"contentHash": "9LIUy0y+DvUmEPtbRDw6Bay3rzwqFV8P4efTrK4CZhQle3M/QwLPjISghfcolmEGAPWxuJi6m98ZEfk4VR4Lfg=="
694+
"resolved": "17.14.0",
695+
"contentHash": "z2GYXGG6LjGoumT59xSB2dMnqSwQBjkxdDJmSJHwy5nPtZ435GXa6wj5hz/lRrAZ7NyXXxZNXVsiHXzHRru5eA=="
696696
},
697697
"Microsoft.CSharp": {
698698
"type": "Transitive",
@@ -1115,19 +1115,19 @@
11151115
},
11161116
"Microsoft.TestPlatform.ObjectModel": {
11171117
"type": "Transitive",
1118-
"resolved": "17.13.0",
1119-
"contentHash": "bt0E0Dx+iqW97o4A59RCmUmz/5NarJ7LRL+jXbSHod72ibL5XdNm1Ke+UO5tFhBG4VwHLcSjqq9BUSblGNWamw==",
1118+
"resolved": "17.14.0",
1119+
"contentHash": "3h7y7f/HuY8jdZa163p/55VmGw/fYJwrI8FOtsp4aEQAJaPgBr5LBS25uOfBwRYI95QDiByfaqSPBcWEvuHEwA==",
11201120
"dependencies": {
1121-
"System.Reflection.Metadata": "1.6.0"
1121+
"System.Reflection.Metadata": "8.0.0"
11221122
}
11231123
},
11241124
"Microsoft.TestPlatform.TestHost": {
11251125
"type": "Transitive",
1126-
"resolved": "17.13.0",
1127-
"contentHash": "9GGw08Dc3AXspjekdyTdZ/wYWFlxbgcF0s7BKxzVX+hzAwpifDOdxM+ceVaaJSQOwqt3jtuNlHn3XTpKUS9x9Q==",
1126+
"resolved": "17.14.0",
1127+
"contentHash": "8htQBKM92s/NXUI/U0/CKKLlvlDfWIo3/mbnY/GS/2XLkBGNIVQufmUpDIzznaZqUpdzspGSsJcLhVN8aRoMaA==",
11281128
"dependencies": {
1129-
"Microsoft.TestPlatform.ObjectModel": "17.13.0",
1130-
"Newtonsoft.Json": "13.0.1"
1129+
"Microsoft.TestPlatform.ObjectModel": "17.14.0",
1130+
"Newtonsoft.Json": "13.0.3"
11311131
}
11321132
},
11331133
"Microsoft.VisualStudio.Web.CodeGeneration": {

0 commit comments

Comments
 (0)