Skip to content

Commit a83d4f4

Browse files
committed
Update some vulnerable packages
1 parent 2d848b4 commit a83d4f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1414

1515
<PackageReference Include="NEST" Version="6.0.1" />
1616
<PackageReference Include="FluentAssertions" Version="5.1.2" />

examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1313
<PackageReference Include="NEST" Version="6.0.1" />
1414
<PackageReference Include="FluentAssertions" Version="5.1.2" />
1515
</ItemGroup>

src/Elastic.Stack.ArtifactsApi/Elastic.Stack.ArtifactsApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
44
<Description>Provides a set of classes to resolve the location of Elastic stack products in various stages: released, snapshot and build candidates</Description>
55
<PackageTags>elastic,elasticsearch,stack,versioning,artifacts</PackageTags>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="SemanticVersioning" Version="0.8.0" />
9+
<PackageReference Include="SemanticVersioning" Version="1.3.0" />
1010
<PackageReference Include="System.Text.Json" Version="4.6.0" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)