Skip to content

Commit

Permalink
Visual studio complained lots about vulnerabilities in dependencies.
Browse files Browse the repository at this point in the history
Bump them all to fix.
WindowsAzure.Storage is listed as deprecated, haven't resolved that in this
PR.  It looks like more work to migrate.


Signed-off-by: Bevan Weiss <[email protected]>
  • Loading branch information
bevanweiss committed Sep 12, 2024
1 parent 38bdcd2 commit 35eca15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/FeedGenerator/FeedGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Octokit" Version="4.0.3" />
<PackageReference Include="Octokit" Version="13.0.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.194" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" PrivateAssets="all" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions src/test/XsdToMarkDownTests/XsdToMarkdownTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Markdig" Version="0.20.0" />
<PackageReference Include="Markdig" Version="0.37.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" PrivateAssets="All" />
<PackageReference Include="xunit" Version="2.4.1" PrivateAssets="All" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" PrivateAssets="All" />
<PackageReference Include="xunit" Version="2.9.0" PrivateAssets="All" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 35eca15

Please sign in to comment.