Skip to content

Commit 5a68ca1

Browse files
Copilotnkolev92
andcommitted
Add missing 'using System' for TimeSpan in NetCoreProjectTestCase.cs
Agent-Logs-Url: https://github.com/NuGet/NuGet.Client/sessions/4c4dad41-1936-4936-a55a-05ff5849d166 Co-authored-by: nkolev92 <[email protected]>
1 parent 4322f91 commit 5a68ca1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/NuGet.Tests.Apex/NuGet.Tests.Apex/NuGetEndToEndTests/NetCoreProjectTestCase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using System;
12
using System.Collections.Generic;
23
using System.Diagnostics;
34
using System.IO;

0 commit comments

Comments
 (0)