Skip to content

Commit

Permalink
Moved myget source from .csproj to nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-brands committed Mar 24, 2022
1 parent ef338ae commit bc33b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<clear />
<!--<add key="Local" value="C:\nuget" />-->
<add key="nuget" value="https://api.nuget.org/v3/index.json"/>
<add key="myget" value="https://www.myget.org/F/nunit/api/v3/index.json"/>
</packageSources>
</configuration>
</configuration>
4 changes: 0 additions & 4 deletions src/NUnitTestAdapter/NUnit.TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
</PropertyGroup>

<!-- We reference a specific pre-release version of the nunit.engine -->
<PropertyGroup>
<RestoreAdditionalProjectSources>https://www.myget.org/F/nunit/api/v3/index.json</RestoreAdditionalProjectSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="nunit.engine" Version="4.0.0-dev00100" />
</ItemGroup>
Expand Down

0 comments on commit bc33b56

Please sign in to comment.