Skip to content

Commit

Permalink
Bulk dependency updates (#875)
Browse files Browse the repository at this point in the history
* Bump Microsoft.Diagnostics.Runtime from 2.0.223001 to 2.0.230301

Bumps [Microsoft.Diagnostics.Runtime](https://github.com/Microsoft/clrmd) from 2.0.223001 to 2.0.230301.
- [Release notes](https://github.com/Microsoft/clrmd/releases)
- [Changelog](https://github.com/microsoft/clrmd/blob/master/doc/ReleaseNotes2.0.md)
- [Commits](https://github.com/Microsoft/clrmd/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Diagnostics.Runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Microsoft.Diagnostics.Runtime.Utilities

Bumps [Microsoft.Diagnostics.Runtime.Utilities](https://github.com/Microsoft/clrmd) from 2.0.223001 to 2.0.230301.
- [Release notes](https://github.com/Microsoft/clrmd/releases)
- [Changelog](https://github.com/microsoft/clrmd/blob/master/doc/ReleaseNotes2.0.md)
- [Commits](https://github.com/Microsoft/clrmd/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Diagnostics.Runtime.Utilities
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Microsoft.VisualStudio.Shell.Interop.11.0

Bumps Microsoft.VisualStudio.Shell.Interop.11.0 from 16.10.31302.24 to 16.11.31430.399.

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Shell.Interop.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime

Bumps Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime from 16.10.31302.24 to 16.11.31430.399.

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Nerdbank.GitVersioning from 3.4.205 to 3.4.220

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.4.205 to 3.4.220.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.4.205...v3.4.220)

---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update and simplify dependencies

* Fix up analyzer tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
AArnott and dependabot[bot] authored Jul 1, 2021
1 parent 8ffbd4e commit 5b9cef9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" Condition=" '$(MSBuildProjectName)' != 'SosThreadingTools' " />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.205" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.220" PrivateAssets="all" />
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="3.10.0" PrivateAssets="all" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.261" PrivateAssets="all" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/SosThreadingTools/SosThreadingTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<SignFilesDependsOn Include="DllExportMod" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="2.0.223001" />
<PackageReference Include="Microsoft.Diagnostics.Runtime.Utilities" Version="2.0.223001" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="2.0.230301" />
<PackageReference Include="Microsoft.Diagnostics.Runtime.Utilities" Version="2.0.230301" />
<PackageReference Include="DllExport" Version="1.5.2" />
</ItemGroup>
<Import Project="$(PkgDllExport)\tools\net.r_eg.DllExport.targets" Condition="Exists('$(PkgDllExport)\tools\net.r_eg.DllExport.targets')" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ internal static class ReferencesHelper
"Microsoft.VisualStudio.Shell.Interop.dll",
"Microsoft.VisualStudio.Shell.Interop.11.0.dll",
"Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll",
"Microsoft.VisualStudio.Shell.Immutable.14.0.dll",
"Microsoft.VisualStudio.Shell.14.0.dll",
"Microsoft.VisualStudio.Shell.Framework.dll",
"Microsoft.VisualStudio.Shell.15.0.dll",
});

static ReferencesHelper()
{
#pragma warning disable RS0030 // Do not used banned APIs
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
#pragma warning restore RS0030 // Do not used banned APIs
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class Test : VisualBasicCodeFixTest<TAnalyzer, TCodeFix, XUnitVerifier>
"Microsoft.VisualStudio.Shell.Interop.dll",
"Microsoft.VisualStudio.Shell.Interop.11.0.dll",
"Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll",
"Microsoft.VisualStudio.Shell.Immutable.14.0.dll",
"Microsoft.VisualStudio.Shell.14.0.dll",
"Microsoft.VisualStudio.Shell.Framework.dll",
"Microsoft.VisualStudio.Shell.15.0.dll",
});

public Test()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.0.1-beta1.21166.1" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit" Version="1.0.1-beta1.21166.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit" Version="1.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.1.0" />
<PackageReference Include="Microsoft.VisualStudio.OLE.Interop" Version="16.10.31302.24" />
<PackageReference Include="Microsoft.VisualStudio.Shell.14.0" Version="14.3.25407" IncludeAssets="runtime" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.11.0" Version="16.10.31302.24" IncludeAssets="runtime" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime" Version="16.10.31302.24" IncludeAssets="runtime" />
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="16.10.31321.278" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 5b9cef9

Please sign in to comment.