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" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net9.0;net8.0;net462</TargetFrameworks >
5
+ <OutputType >Exe</OutputType >
6
+ <EnableNUnitRunner >true</EnableNUnitRunner >
7
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
5
8
</PropertyGroup >
6
9
7
10
<ItemGroup >
8
11
<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" />
11
13
<PackageReference Include =" NUnit3TestAdapter" Version =" 5.0.0" />
12
14
</ItemGroup >
13
15
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.15.0 " />
9
+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.15.2 " />
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net9.0;net8.0;net462</TargetFrameworks >
5
+ <OutputType >Exe</OutputType >
6
+ <EnableNUnitRunner >true</EnableNUnitRunner >
7
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
5
8
</PropertyGroup >
6
9
7
10
<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" />
10
12
<PackageReference Include =" NUnit3TestAdapter" Version =" 5.0.0" />
11
13
</ItemGroup >
12
14
17
19
<ItemGroup >
18
20
<ProjectReference Include =" ..\..\src\NSubstitute\NSubstitute.csproj" />
19
21
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" />
23
23
</ItemGroup >
24
24
25
25
</Project >
You can’t perform that action at this time.
0 commit comments