Skip to content

Commit

Permalink
Bump MSTest.TestFramework from 3.6.3 to 3.7.0 in /src/vs-bicep
Browse files Browse the repository at this point in the history
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.3...v3.7.0)

---
updated-dependencies:
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 08f6c4d commit a5e91bd
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.VisualStudio.Shell.Framework" Version="17.12.40391" />
<PackageReference Include="Microsoft.VisualStudio.Utilities" Version="17.12.40391" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
"Microsoft.CodeCoverage": "17.12.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net472": "1.0.3"
}
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
"requested": "[8.0.0, )",
Expand Down Expand Up @@ -258,9 +267,12 @@
},
"MSTest.TestFramework": {
"type": "Direct",
"requested": "[3.6.3, )",
"resolved": "3.6.3",
"contentHash": "jockRcUoLJMeHzLqFcMnZBrWy7tS32JP7shlepDDJuf5A6HO2PwAefXzhvprcWNkfpEwmR0KihSO2HRXwNbTng=="
"requested": "[3.7.0, )",
"resolved": "3.7.0",
"contentHash": "CRHONroYbAaxhVILTNS84gIaI3uRRVmj8Qd3+Mpia1AVwSz2JiQy0LlTqtS8p+TYWgN+8zHG6j17OaTz/P/eHw==",
"dependencies": {
"MSTest.Analyzers": "3.7.0"
}
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down Expand Up @@ -468,6 +480,11 @@
"resolved": "1.1.3",
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
},
"Microsoft.NETFramework.ReferenceAssemblies.net472": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "0E7evZXHXaDYYiLRfpyXvCh+yzM2rNTyuZDI+ZO7UUqSc6GfjePiXTdqJGtgIKUwdI81tzQKmaWprnUiPj9hAw=="
},
"Microsoft.ServiceHub.Analyzers": {
"type": "Transitive",
"resolved": "4.7.36",
Expand Down Expand Up @@ -1007,6 +1024,11 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
"MSTest.Analyzers": {
"type": "Transitive",
"resolved": "3.7.0",
"contentHash": "6cW8FWzz6gr5MArL8GDNrw5c+afJtOMRyntFEzAdbgPHgH8DuLGMAyz8g38k/LMquewk3tOmbXoDIL/IACLKjg=="
},
"Nerdbank.Streams": {
"type": "Transitive",
"resolved": "2.11.79",
Expand Down Expand Up @@ -1328,7 +1350,7 @@
"Bicep.VSLanguageServerClient": "[1.0.0, )",
"Microsoft.IO.Redist": "[6.1.0, )",
"Microsoft.NET.Test.Sdk": "[17.12.0, )",
"Microsoft.Test.Apex.VisualStudio": "[17.11.35222.181, )",
"Microsoft.Test.Apex.VisualStudio": "[17.13.35620.14, )",
"Microsoft.VisualStudio.Composition": "[17.12.18, )",
"Microsoft.VisualStudio.Editor": "[17.12.215, )",
"Microsoft.VisualStudio.Shell.Framework": "[17.12.40391, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.IO.Redist" Version="6.1.0" />
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="4.12.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Microsoft.Test.Apex.VisualStudio" Version="17.11.35222.181" />
<PackageReference Include="Microsoft.Test.Apex.VisualStudio" Version="17.13.35620.14" />
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="17.12.18" />
<PackageReference Include="Microsoft.VisualStudio.Editor" Version="17.12.215" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Framework" Version="17.12.40391" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Microsoft.CodeCoverage": "17.12.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net472": "1.0.3"
}
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
"requested": "[8.0.0, )",
Expand All @@ -51,9 +60,9 @@
},
"Microsoft.Test.Apex.VisualStudio": {
"type": "Direct",
"requested": "[17.11.35222.181, )",
"resolved": "17.11.35222.181",
"contentHash": "eKtiagmZpuD+nxerL17ym2lj6FkogSZ9TvpcsgJLJO7gmwfxz1bdGdpC/GNWL/tEBqnQceMBXUxtgVpSGP918g==",
"requested": "[17.13.35620.14, )",
"resolved": "17.13.35620.14",
"contentHash": "IHEaUgyGe1jLStUZH+7oa17yPxwKkBZ6IYRtmy/sa0T6E6na+w8dECrs50LBn4C//1BvBd9IIXo6j10+BlOgWg==",
"dependencies": {
"MSTest.TestAdapter": "3.0.3",
"MSTest.TestFramework": "3.0.3"
Expand Down Expand Up @@ -459,6 +468,11 @@
"resolved": "1.1.3",
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
},
"Microsoft.NETFramework.ReferenceAssemblies.net472": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "0E7evZXHXaDYYiLRfpyXvCh+yzM2rNTyuZDI+ZO7UUqSc6GfjePiXTdqJGtgIKUwdI81tzQKmaWprnUiPj9hAw=="
},
"Microsoft.ServiceHub.Analyzers": {
"type": "Transitive",
"resolved": "4.7.36",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.VisualStudio.Utilities" Version="17.12.40391" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"resolved": "4.12.0",
"contentHash": "xXDdIgDfcbMr+2bLzVJHg+/oCHwcYs808TlooX0M9+BVCeHITaROsjdbWSJNdyzeMe/K8iB2NeHmaAOUcqkKWw=="
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net472": "1.0.3"
}
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
"requested": "[8.0.0, )",
Expand Down Expand Up @@ -137,9 +146,12 @@
},
"MSTest.TestFramework": {
"type": "Direct",
"requested": "[3.6.3, )",
"resolved": "3.6.3",
"contentHash": "jockRcUoLJMeHzLqFcMnZBrWy7tS32JP7shlepDDJuf5A6HO2PwAefXzhvprcWNkfpEwmR0KihSO2HRXwNbTng=="
"requested": "[3.7.0, )",
"resolved": "3.7.0",
"contentHash": "CRHONroYbAaxhVILTNS84gIaI3uRRVmj8Qd3+Mpia1AVwSz2JiQy0LlTqtS8p+TYWgN+8zHG6j17OaTz/P/eHw==",
"dependencies": {
"MSTest.Analyzers": "3.7.0"
}
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down Expand Up @@ -337,6 +349,11 @@
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies.net472": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "0E7evZXHXaDYYiLRfpyXvCh+yzM2rNTyuZDI+ZO7UUqSc6GfjePiXTdqJGtgIKUwdI81tzQKmaWprnUiPj9hAw=="
},
"Microsoft.ServiceHub.Analyzers": {
"type": "Transitive",
"resolved": "4.7.36",
Expand Down Expand Up @@ -731,6 +748,11 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
"MSTest.Analyzers": {
"type": "Transitive",
"resolved": "3.7.0",
"contentHash": "6cW8FWzz6gr5MArL8GDNrw5c+afJtOMRyntFEzAdbgPHgH8DuLGMAyz8g38k/LMquewk3tOmbXoDIL/IACLKjg=="
},
"Nerdbank.Streams": {
"type": "Transitive",
"resolved": "2.11.79",
Expand Down
14 changes: 14 additions & 0 deletions src/vs-bicep/Bicep.VSLanguageServerClient/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
"resolved": "4.12.0",
"contentHash": "xXDdIgDfcbMr+2bLzVJHg+/oCHwcYs808TlooX0M9+BVCeHITaROsjdbWSJNdyzeMe/K8iB2NeHmaAOUcqkKWw=="
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net472": "1.0.3"
}
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
"requested": "[8.0.0, )",
Expand Down Expand Up @@ -438,6 +447,11 @@
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies.net472": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "0E7evZXHXaDYYiLRfpyXvCh+yzM2rNTyuZDI+ZO7UUqSc6GfjePiXTdqJGtgIKUwdI81tzQKmaWprnUiPj9hAw=="
},
"Microsoft.ServiceHub.Analyzers": {
"type": "Transitive",
"resolved": "4.7.36",
Expand Down

0 comments on commit a5e91bd

Please sign in to comment.