Skip to content

Commit 5326c87

Browse files
Copilotnkolev92
andauthored
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 474bdfd commit 5326c87

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)