Skip to content

Commit cad070c

Browse files
committed
Fixed NuGet RestoreSources in Tests.
1 parent 2b2477c commit cad070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<TargetFramework>net6.0</TargetFramework>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010

11-
<RestoreSources>../Src/bin/$(Configuration);../Natives/bin/$(Configuration);$(RestoreSources)</RestoreSources>
11+
<RestoreSources>../Src/bin/$(Configuration);../Natives/bin/$(Configuration);https://api.nuget.org/v3/index.json</RestoreSources>
1212
</PropertyGroup>
1313

1414
<!-- References -->

0 commit comments

Comments
 (0)