File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
tests/NSubstitute.Acceptance.Specs Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ let initTargets() =
59
59
let csproj = """
60
60
<Project Sdk="Microsoft.NET.Sdk">
61
61
<PropertyGroup>
62
- <TargetFrameworks>net6 .0;net462</TargetFrameworks>
62
+ <TargetFrameworks>net8 .0;net462</TargetFrameworks>
63
63
<LangVersion>latest</LangVersion>
64
64
</PropertyGroup>
65
65
<ItemGroup>
66
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8 .0" />
66
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12 .0" />
67
67
<PackageReference Include="NUnit" Version="3.14.0" />
68
- <PackageReference Include="NUnit3TestAdapter" Version="4.5 .0" />
68
+ <PackageReference Include="NUnit3TestAdapter" Version="4.6 .0" />
69
69
</ItemGroup>
70
70
<ItemGroup>
71
71
<ProjectReference Include="..\..\..\src\NSubstitute\NSubstitute.csproj" />
@@ -132,4 +132,4 @@ let main argv =
132
132
|> Context.setExecutionContext
133
133
initTargets()
134
134
Target.runOrDefaultWithArguments " TestCodeFromDocs"
135
- 0
135
+ 0
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
<TargetFramework >net9.0</TargetFramework >
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
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0.0" />
8
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.0" />
9
9
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
10
10
<PackageReference Include =" NUnit" Version =" 4.2.2" />
11
11
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0" />
You can’t perform that action at this time.
0 commit comments