Skip to content

Commit

Permalink
Update test sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Sep 11, 2023
1 parent d3283ad commit 9a51f10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.10" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.10" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageVersion Include="Serilog" Version="3.0.1" />
<PackageVersion Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageVersion Include="Serilog.Sinks.Console" Version="4.1.0" />
Expand Down
24 changes: 12 additions & 12 deletions tests/Conduit.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"net7.0": {
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.7.1, )",
"resolved": "17.7.1",
"contentHash": "o1qyqDOR8eMuQrC1e5EMMcE+Wm3rwES5aHNWaJpi2A5qwVOru23zsdXkndT6hgl79QsJsqKp+/RNcayIzpHjvA==",
"requested": "[17.7.2, )",
"resolved": "17.7.2",
"contentHash": "WOSF/GUYcnrLGkdvCbXDRig2rShtBwfQc5l7IxQE6PZI3CeXAqF1SpyzwlGA5vw+MdEAXs3niy+ZkGBBWna6tw==",
"dependencies": {
"Microsoft.CodeCoverage": "17.7.1",
"Microsoft.TestPlatform.TestHost": "17.7.1"
"Microsoft.CodeCoverage": "17.7.2",
"Microsoft.TestPlatform.TestHost": "17.7.2"
}
},
"xunit": {
Expand Down Expand Up @@ -83,8 +83,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
"resolved": "17.7.1",
"contentHash": "NmGwM2ZJy4CAMdJYIp53opUjnXsMbzASX5oQzgxORicJsgz5Lp50fnRI8OmQ/kYNg6dHfr3IjuUoXbsotDX+KA=="
"resolved": "17.7.2",
"contentHash": "ntbkwIqwszkfCRjxVZOyEQiHauiYsY9NtYjw9ASsoxDSiG8YtV6AGcOAwrAk3TZv2UOq4MrpX+3MYEeMHSb03w=="
},
"Microsoft.CSharp": {
"type": "Transitive",
Expand Down Expand Up @@ -342,19 +342,19 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
"resolved": "17.7.1",
"contentHash": "nDmV03yHIdAiG5J3ZEjMyJM2XDjmWORuKgbrGzqlAipBEjUuy5Z5S7WwSqUv9OiaUrtCn9dNYmjfMELUi08leQ==",
"resolved": "17.7.2",
"contentHash": "aHzQWgDMVBnk39HhQVmn06w+YxzF1h2V5/M4WgrNQAn7q97GR4Si3vLRTDlmJo9nK/Nknce+H4tXx4gqOKyLeg==",
"dependencies": {
"NuGet.Frameworks": "6.5.0",
"System.Reflection.Metadata": "1.6.0"
}
},
"Microsoft.TestPlatform.TestHost": {
"type": "Transitive",
"resolved": "17.7.1",
"contentHash": "WCU1NyBarz0tih+I9K5OWN1dVo3z562Iek/VAqWNWRFWw1GeUGqB61iixrBvZO77sjTtBc1cXO8H95uImfmEdw==",
"resolved": "17.7.2",
"contentHash": "pv9yVD7IKPLJV28zYjLsWFiM3j506I2ye+6NquG8vsbm/gR7lgyig8IgY6Vo57VMvGaAKwtUECzcj+C5tH271Q==",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.7.1",
"Microsoft.TestPlatform.ObjectModel": "17.7.2",
"Newtonsoft.Json": "13.0.1"
}
},
Expand Down

0 comments on commit 9a51f10

Please sign in to comment.