Skip to content

Commit

Permalink
chore: Dotty roundup (#2629)
Browse files Browse the repository at this point in the history
Package updates for integration tests (plus a little extra). 

Closes #2624 
Closes #2619 
Closes #2608
  • Loading branch information
tippmar-nr authored Jul 15, 2024
1 parent ac738ba commit ade3f40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/NugetVersionDeprecator/NugetVersionDeprecator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NuGet.Protocol" Version="6.10.1" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="RestSharp" Version="111.3.0" />
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="111.3.0" />
<PackageReference Include="RestSharp" Version="111.4.0" />
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="111.4.0" />
<PackageReference Include="YamlDotNet" Version="15.3.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="AWSSDK.SQS" Version="3.7.301.23" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.301.32" />
<PackageReference Include="NewRelic.Agent.Api" Version="10.26.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.0.0" Condition="'$(TargetFramework)' == 'net462'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.0.9" Condition="'$(TargetFramework)' == 'net471'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.0.9" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.14.5" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.14.6" Condition="'$(TargetFramework)' == 'net481'" />

<!-- Elastic.Clients.Elasticsearch .NET/Core references - only actually testing oldest and newest -->
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.0.0" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.14.5" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.14.6" Condition="'$(TargetFramework)' == 'net8.0'" />

<!-- Serilog .NET framework references -->
<PackageReference Include="Serilog" Version="1.5.14" Condition="'$(TargetFramework)' == 'net462'" />
Expand Down Expand Up @@ -313,7 +313,7 @@
data from RestSharp usage. -->
<PackageReference Include="RestSharp" Version="107.3.0" Condition="'$(TargetFramework)' == 'net48'" />
<!-- Latest version of RestSharp to test against. Relies on HttpClient instrumentation. -->
<PackageReference Include="RestSharp" Version="111.3.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="RestSharp" Version="111.4.0" Condition="'$(TargetFramework)' == 'net481'" />

<!-- Not testing these versions, but it simplfies the RestSharpExerciser class by not needing if directives -->
<PackageReference Include="RestSharp" Version="106.6.10" Condition="'$(TargetFramework)' == 'net6.0'" />
Expand Down

0 comments on commit ade3f40

Please sign in to comment.