Skip to content

Commit 6691955

Browse files
committed
Add NUnit.Analyzers NuGet Package
1 parent aaef18f commit 6691955

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

NuGet.config

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<packageSources>
44
<add key="NUnit AppVeyor CI" value="https://ci.appveyor.com/nuget/nunit" />
55
<add key="NUnit MyGet Feed" value="https://www.myget.org/F/nunit/api/v3/index.json" />
6+
<add key="NUnit Analyzers MyGet Feed" value="https://www.myget.org/F/nunit-analyzers/api/v3/index.json" protocolVersion="3" />
67
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
78
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
89
</packageSources>

src/NUnitConsole/nunit3-console.tests/nunit3-console.tests.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="NSubstitute" Version="2.0.3" />
1515
<PackageReference Include="NUnit" Version="3.11.0" />
16+
<PackageReference Include="NUnit.Analyzers" Version="0.1.0-dev-00079" />
1617
</ItemGroup>
1718
<ItemGroup>
1819
<Compile Include="..\..\CommonAssemblyInfo.cs" LinkBase="Properties" />

src/NUnitEngine/nunit.engine.tests/nunit.engine.tests.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<ItemGroup>
2525
<PackageReference Include="NSubstitute" Version="2.0.3" />
2626
<PackageReference Include="NUnit" Version="3.11.0" />
27+
<PackageReference Include="NUnit.Analyzers" Version="0.1.0-dev-00079" />
2728
</ItemGroup>
2829
<ItemGroup>
2930
<Compile Include="..\..\CommonAssemblyInfo.cs" LinkBase="Properties" />

0 commit comments

Comments
 (0)