Skip to content

Commit bc33b56

Browse files
Moved myget source from .csproj to nuget.config
1 parent ef338ae commit bc33b56

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

nuget.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<clear />
55
<!--<add key="Local" value="C:\nuget" />-->
66
<add key="nuget" value="https://api.nuget.org/v3/index.json"/>
7+
<add key="myget" value="https://www.myget.org/F/nunit/api/v3/index.json"/>
78
</packageSources>
8-
</configuration>
9+
</configuration>

src/NUnitTestAdapter/NUnit.TestAdapter.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
</PropertyGroup>
2424

2525
<!-- We reference a specific pre-release version of the nunit.engine -->
26-
<PropertyGroup>
27-
<RestoreAdditionalProjectSources>https://www.myget.org/F/nunit/api/v3/index.json</RestoreAdditionalProjectSources>
28-
</PropertyGroup>
29-
3026
<ItemGroup>
3127
<PackageReference Include="nunit.engine" Version="4.0.0-dev00100" />
3228
</ItemGroup>

0 commit comments

Comments
 (0)