Skip to content

Commit

Permalink
Update StartupHookTests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Nov 19, 2024
1 parent 5317cff commit e31e3ab
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ namespace Elastic.Apm.StartupHook.Tests
{
public class StartupHookTests
{
// NOTE: We test the two latest supported LTS releases.
private static IEnumerable<(string TargetFramework, string RuntimeName, string Version, string ShortVersion)> GetDotNetFrameworkVersionInfos()
{
yield return ("net6.0", ".NET 6", "6.0.0.0", "60");
yield return ("net8.0", ".NET 8", "8.0.0.0", "80");
}

Expand Down

0 comments on commit e31e3ab

Please sign in to comment.