File tree 3 files changed +3
-0
lines changed
NUnitConsole/nunit3-console.tests
NUnitEngine/nunit.engine.tests
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<add key =" NUnit AppVeyor CI" value =" https://ci.appveyor.com/nuget/nunit" />
5
5
<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" />
6
7
<add key =" nuget.org" value =" https://www.nuget.org/api/v2/" />
7
8
<add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
8
9
</packageSources >
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<PackageReference Include =" NSubstitute" Version =" 2.0.3" />
15
15
<PackageReference Include =" NUnit" Version =" 3.11.0" />
16
+ <PackageReference Include =" NUnit.Analyzers" Version =" 0.1.0-dev-00079" />
16
17
</ItemGroup >
17
18
<ItemGroup >
18
19
<Compile Include =" ..\..\CommonAssemblyInfo.cs" LinkBase =" Properties" />
Original file line number Diff line number Diff line change 24
24
<ItemGroup >
25
25
<PackageReference Include =" NSubstitute" Version =" 2.0.3" />
26
26
<PackageReference Include =" NUnit" Version =" 3.11.0" />
27
+ <PackageReference Include =" NUnit.Analyzers" Version =" 0.1.0-dev-00079" />
27
28
</ItemGroup >
28
29
<ItemGroup >
29
30
<Compile Include =" ..\..\CommonAssemblyInfo.cs" LinkBase =" Properties" />
You can’t perform that action at this time.
0 commit comments