File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
NSubstitute.Acceptance.Specs
NSubstitute.Documentation.Tests Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >net9.0;net8.0;net462</TargetFrameworks >
5+ <OutputType >Exe</OutputType >
6+ <EnableNUnitRunner >true</EnableNUnitRunner >
7+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
58 </PropertyGroup >
69
710 <ItemGroup >
811 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.0" />
9- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.0" />
10- <PackageReference Include =" NUnit" Version =" 4.3.2" />
12+ <PackageReference Include =" NUnit" Version =" 4.4.0" />
1113 <PackageReference Include =" NUnit3TestAdapter" Version =" 5.0.0" />
1214 </ItemGroup >
1315
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" BenchmarkDotNet" Version =" 0.15.0 " />
9+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.15.2 " />
1010 </ItemGroup >
1111
1212 <ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >net9.0;net8.0;net462</TargetFrameworks >
5+ <OutputType >Exe</OutputType >
6+ <EnableNUnitRunner >true</EnableNUnitRunner >
7+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
58 </PropertyGroup >
69
710 <ItemGroup >
8- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.0" />
9- <PackageReference Include =" NUnit" Version =" 4.3.2" />
11+ <PackageReference Include =" NUnit" Version =" 4.4.0" />
1012 <PackageReference Include =" NUnit3TestAdapter" Version =" 5.0.0" />
1113 </ItemGroup >
1214
1719 <ItemGroup >
1820 <ProjectReference Include =" ..\..\src\NSubstitute\NSubstitute.csproj" />
1921
20- <ProjectReference Include =" ..\NSubstitute.Documentation.Tests.Generator\NSubstitute.Documentation.Tests.Generator.csproj"
21- OutputItemType =" Analyzer"
22- ReferenceOutputAssembly =" false" />
22+ <ProjectReference Include =" ..\NSubstitute.Documentation.Tests.Generator\NSubstitute.Documentation.Tests.Generator.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
2323 </ItemGroup >
2424
2525</Project >
You can’t perform that action at this time.
0 commit comments