|
|
@ -34,22 +34,25 @@
|
|
|
|
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="All" Condition=" '$(DisableNbgv)' != 'true' " />
|
|
|
|
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="All" Condition=" '$(DisableNbgv)' != 'true' " />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="$(ProjectName.EndsWith('.Tests'))">
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition="$(ProjectName.EndsWith('.Tests'))">
|
|
|
|
<ItemGroup Condition="$(ProjectName.EndsWith('.Tests'))">
|
|
|
|
<PackageReference Include="AutoFixture" />
|
|
|
|
<PackageReference Include="AutoFixture" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="AutoFixture.AutoNSubstitute" />
|
|
|
|
<PackageReference Include="AutoFixture.AutoNSubstitute" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="AutoFixture.NUnit3" />
|
|
|
|
<PackageReference Include="AutoFixture.NUnit3" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="AutofacContrib.NSubstitute" />
|
|
|
|
<PackageReference Include="AutofacContrib.NSubstitute" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="FluentAssertions" />
|
|
|
|
<PackageReference Include="FluentAssertions" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="FluentAssertions.Json" />
|
|
|
|
<PackageReference Include="FluentAssertions.Json" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="GitHubActionsTestLogger" />
|
|
|
|
<PackageReference Include="GitHubActionsTestLogger" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="NSubstitute" />
|
|
|
|
<PackageReference Include="NSubstitute" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="NSubstitute.Analyzers.CSharp" />
|
|
|
|
<PackageReference Include="NSubstitute.Analyzers.CSharp" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="NUnit" />
|
|
|
|
<PackageReference Include="NUnit" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="NUnit.Analyzers" />
|
|
|
|
<PackageReference Include="NUnit.Analyzers" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" />
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="Serilog.Sinks.NUnit" />
|
|
|
|
<PackageReference Include="Serilog.Sinks.NUnit" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="Serilog.Sinks.TestCorrelator" />
|
|
|
|
<PackageReference Include="Serilog.Sinks.TestCorrelator" PrivateAssets="All" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition="$(ProjectName.EndsWith('.Tests'))">
|
|
|
|
<ItemGroup Condition="$(ProjectName.EndsWith('.Tests'))">
|
|
|
|