Skip to content

Commit 21cffc0

Browse files
chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers
Bumps [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) from 17.13.2 to 17.13.61. - [Release notes](https://github.com/microsoft/vs-threading/releases) - [Commits](https://github.com/microsoft/vs-threading/commits) --- updated-dependencies: - dependency-name: Microsoft.VisualStudio.Threading.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a12b63 commit 21cffc0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -32,7 +32,7 @@
3232
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
3333
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
3434
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.2" />
35-
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.2">
35+
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.61">
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
<PrivateAssets>all</PrivateAssets>
3838
</PackageReference>

src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net8.0;</TargetFrameworks>
44
<!-- net6.0 target is present because of the conditional build in OpenApiYamlReader.Read -->
@@ -28,7 +28,7 @@
2828

2929
<ItemGroup>
3030

31-
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.2">
31+
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.61">
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
<PrivateAssets>all</PrivateAssets>
3434
</PackageReference>

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
44
<LangVersion>Latest</LangVersion>
@@ -49,7 +49,7 @@
4949
</ItemGroup>
5050

5151
<ItemGroup>
52-
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.2">
52+
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.13.61">
5353
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5454
<PrivateAssets>all</PrivateAssets>
5555
</PackageReference>

0 commit comments

Comments
 (0)