Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed May 31, 2024
1 parent a82bef4 commit daaaec5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Unless explicitly stated otherwise all files in this repository are licensed under the Apache 2 License.
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc.
// </copyright>

#if NETCOREAPP3_1_OR_GREATER
using System.Collections.Generic;
using System.Globalization;
using System.IO;
Expand Down Expand Up @@ -187,3 +187,5 @@ public override void Dispose()
_gacFixture.RemoveAssembliesFromGac();
}
}

#endif

0 comments on commit daaaec5

Please sign in to comment.