Skip to content

Commit d757712

Browse files
Bump Microsoft.VisualStudio.Threading in /dev-proxy (#1014)
Bumps [Microsoft.VisualStudio.Threading](https://github.com/microsoft/vs-threading) from 17.12.19 to 17.13.2. - [Release notes](https://github.com/microsoft/vs-threading/releases) - [Commits](microsoft/vs-threading@v17.12.19...v17.13.2) --- updated-dependencies: - dependency-name: Microsoft.VisualStudio.Threading dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c806dc0 commit d757712

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

dev-proxy/dev-proxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
3939
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.4.0" />
4040
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" />
41-
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.12.19" />
41+
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.13.2" />
4242
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
4343
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
4444
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />

dev-proxy/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@
9797
},
9898
"Microsoft.VisualStudio.Threading": {
9999
"type": "Direct",
100-
"requested": "[17.12.19, )",
101-
"resolved": "17.12.19",
102-
"contentHash": "eLiGMkMYyaSguqHs3lsrFxy3tAWSLuPEL2pIWRcADMDVAs2xqm3dr1d9QYjiEusTgiClF9KD6OB2NdZP72Oy0Q==",
100+
"requested": "[17.13.2, )",
101+
"resolved": "17.13.2",
102+
"contentHash": "BmbIlTqUI5q9dUfpzW/CJXeQUefUhcLVvOgcsjAq8OqnSTS30e8D0Sj7Vmst+p+Y2eKJ33Ml0FlB9jKyPR4pZQ==",
103103
"dependencies": {
104-
"Microsoft.VisualStudio.Threading.Analyzers": "17.12.19",
104+
"Microsoft.VisualStudio.Threading.Analyzers": "17.13.2",
105105
"Microsoft.VisualStudio.Validation": "17.8.8"
106106
}
107107
},
@@ -438,8 +438,8 @@
438438
},
439439
"Microsoft.VisualStudio.Threading.Analyzers": {
440440
"type": "Transitive",
441-
"resolved": "17.12.19",
442-
"contentHash": "v3IYeedjoktvZ+GqYmLudxZJngmf/YWIxNT2Uy6QMMN19cvw+nkWoip1Gr1RtnFkUo1MPUVMis4C8Kj8d8DpSQ=="
441+
"resolved": "17.13.2",
442+
"contentHash": "Qcd8IlaTXZVq3wolBnzby1P7kWihdWaExtD8riumiKuG1sHa8EgjV/o70TMjTaeUMhomBbhfdC9OPwAHoZfnjQ=="
443443
},
444444
"Microsoft.VisualStudio.Validation": {
445445
"type": "Transitive",

0 commit comments

Comments
 (0)