We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef338ae commit bc33b56Copy full SHA for bc33b56
nuget.config
@@ -4,5 +4,6 @@
4
<clear />
5
<!--<add key="Local" value="C:\nuget" />-->
6
<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"/>
8
</packageSources>
-</configuration>
9
+</configuration>
src/NUnitTestAdapter/NUnit.TestAdapter.csproj
@@ -23,10 +23,6 @@
23
</PropertyGroup>
24
25
<!-- 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
-
30
<ItemGroup>
31
<PackageReference Include="nunit.engine" Version="4.0.0-dev00100" />
32
</ItemGroup>
0 commit comments