Skip to content

Commit

Permalink
Add NUnit.Analyzers NuGet Package
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMaddock committed Dec 5, 2018
1 parent aaef18f commit 6691955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NuGet.config
Expand Up @@ -3,6 +3,7 @@
<packageSources>
<add key="NUnit AppVeyor CI" value="https://ci.appveyor.com/nuget/nunit" />
<add key="NUnit MyGet Feed" value="https://www.myget.org/F/nunit/api/v3/index.json" />
<add key="NUnit Analyzers MyGet Feed" value="https://www.myget.org/F/nunit-analyzers/api/v3/index.json" protocolVersion="3" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
Expand Down
Expand Up @@ -13,6 +13,7 @@
<ItemGroup>
<PackageReference Include="NSubstitute" Version="2.0.3" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit.Analyzers" Version="0.1.0-dev-00079" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\CommonAssemblyInfo.cs" LinkBase="Properties" />
Expand Down
Expand Up @@ -24,6 +24,7 @@
<ItemGroup>
<PackageReference Include="NSubstitute" Version="2.0.3" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit.Analyzers" Version="0.1.0-dev-00079" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\CommonAssemblyInfo.cs" LinkBase="Properties" />
Expand Down

0 comments on commit 6691955

Please sign in to comment.