Skip to content

Commit

Permalink
Update some vulnerable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed May 31, 2024
1 parent 2d848b4 commit a83d4f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />

<PackageReference Include="NEST" Version="6.0.1" />
<PackageReference Include="FluentAssertions" Version="5.1.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NEST" Version="6.0.1" />
<PackageReference Include="FluentAssertions" Version="5.1.2" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<Description>Provides a set of classes to resolve the location of Elastic stack products in various stages: released, snapshot and build candidates</Description>
<PackageTags>elastic,elasticsearch,stack,versioning,artifacts</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SemanticVersioning" Version="0.8.0" />
<PackageReference Include="SemanticVersioning" Version="1.3.0" />
<PackageReference Include="System.Text.Json" Version="4.6.0" />
</ItemGroup>

Expand Down

0 comments on commit a83d4f4

Please sign in to comment.