|
|
|
@ -21,24 +21,24 @@
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Nerdbank.GitVersioning" Condition=" '$(DisableNbgv)' != 'true' " />
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" />
|
|
|
|
|
<PackageReference Include="JetBrains.Annotations" />
|
|
|
|
|
<PackageReference Include="JetBrains.Annotations" PrivateAssets="All"/>
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" PrivateAssets="All"/>
|
|
|
|
|
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="All" Condition=" '$(DisableNbgv)' != 'true' "/>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition="$(ProjectName.EndsWith('.Tests'))">
|
|
|
|
|
<PackageReference Include="NUnit" />
|
|
|
|
|
<PackageReference Include="NUnit.Analyzers" />
|
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" />
|
|
|
|
|
<PackageReference Include="NSubstitute" />
|
|
|
|
|
<PackageReference Include="NSubstitute.Analyzers.CSharp" />
|
|
|
|
|
<PackageReference Include="FluentAssertions" />
|
|
|
|
|
<PackageReference Include="FluentAssertions.Json" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
|
|
|
|
<PackageReference Include="AutofacContrib.NSubstitute" />
|
|
|
|
|
<PackageReference Include="FluentAssertions.Json" />
|
|
|
|
|
<PackageReference Include="FluentAssertions" />
|
|
|
|
|
<PackageReference Include="GitHubActionsTestLogger" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.TestCorrelator" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
|
|
|
|
<PackageReference Include="NSubstitute.Analyzers.CSharp" />
|
|
|
|
|
<PackageReference Include="NSubstitute" />
|
|
|
|
|
<PackageReference Include="NUnit.Analyzers" />
|
|
|
|
|
<PackageReference Include="NUnit" />
|
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.NUnit" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.TestCorrelator" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition="$(ProjectName.EndsWith('.Tests'))">
|
|
|
|
|