Skip to content

Commit

Permalink
Downgrade Microsoft.NET.Test.Sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed Aug 29, 2023
1 parent 761d90c commit 10992b0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="Moq" Version="4.18.4" />
Expand Down
36 changes: 18 additions & 18 deletions analyzers/tests/SonarAnalyzer.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.7.1, )",
"resolved": "17.7.1",
"contentHash": "o1qyqDOR8eMuQrC1e5EMMcE+Wm3rwES5aHNWaJpi2A5qwVOru23zsdXkndT6hgl79QsJsqKp+/RNcayIzpHjvA==",
"requested": "[17.6.3, )",
"resolved": "17.6.3",
"contentHash": "MglaNTl646dC2xpHKotSk1xscmHO5uV3x3NK057IUA9BM3Wgl16WMEb9ptGczk518JfLd1+Th5OAYwnoWgHQQQ==",
"dependencies": {
"Microsoft.CodeCoverage": "17.7.1"
"Microsoft.CodeCoverage": "17.6.3"
}
},
"Moq": {
Expand Down Expand Up @@ -203,8 +203,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
"resolved": "17.7.1",
"contentHash": "NmGwM2ZJy4CAMdJYIp53opUjnXsMbzASX5oQzgxORicJsgz5Lp50fnRI8OmQ/kYNg6dHfr3IjuUoXbsotDX+KA=="
"resolved": "17.6.3",
"contentHash": "Gorg6F1dOxlI28yHYKhbQ3pOOfHeW6sUfsmwFQFaIV+xttUAZ+l8KarHIfsR+rBAnjY9VH71BXvPXBuObCkXsw=="
},
"Newtonsoft.Json": {
"type": "Transitive",
Expand Down Expand Up @@ -529,12 +529,12 @@
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.7.1, )",
"resolved": "17.7.1",
"contentHash": "o1qyqDOR8eMuQrC1e5EMMcE+Wm3rwES5aHNWaJpi2A5qwVOru23zsdXkndT6hgl79QsJsqKp+/RNcayIzpHjvA==",
"requested": "[17.6.3, )",
"resolved": "17.6.3",
"contentHash": "MglaNTl646dC2xpHKotSk1xscmHO5uV3x3NK057IUA9BM3Wgl16WMEb9ptGczk518JfLd1+Th5OAYwnoWgHQQQ==",
"dependencies": {
"Microsoft.CodeCoverage": "17.7.1",
"Microsoft.TestPlatform.TestHost": "17.7.1"
"Microsoft.CodeCoverage": "17.6.3",
"Microsoft.TestPlatform.TestHost": "17.6.3"
}
},
"Moq": {
Expand Down Expand Up @@ -649,8 +649,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
"resolved": "17.7.1",
"contentHash": "NmGwM2ZJy4CAMdJYIp53opUjnXsMbzASX5oQzgxORicJsgz5Lp50fnRI8OmQ/kYNg6dHfr3IjuUoXbsotDX+KA=="
"resolved": "17.6.3",
"contentHash": "Gorg6F1dOxlI28yHYKhbQ3pOOfHeW6sUfsmwFQFaIV+xttUAZ+l8KarHIfsR+rBAnjY9VH71BXvPXBuObCkXsw=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
Expand All @@ -659,19 +659,19 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
"resolved": "17.7.1",
"contentHash": "nDmV03yHIdAiG5J3ZEjMyJM2XDjmWORuKgbrGzqlAipBEjUuy5Z5S7WwSqUv9OiaUrtCn9dNYmjfMELUi08leQ==",
"resolved": "17.6.3",
"contentHash": "gSqtX3RvcFisaLPs6sKXdZkSwUix83NQ9nOU/w6pYrHTl+d8GsVHSL9rvDNxMgoV5BNOdyU7zK7JOfbSaVMDWQ==",
"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.6.3",
"contentHash": "lrgRXKFfIZSPlhuoQGLtciO/osL+4oADYEYb0d5or7n7YyJATIWespq3lRgz2IQpRh6N7cm0DnCOWeZiCRGzxA==",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.7.1",
"Microsoft.TestPlatform.ObjectModel": "17.6.3",
"Newtonsoft.Json": "13.0.1"
}
},
Expand Down

0 comments on commit 10992b0

Please sign in to comment.