Skip to content

Commit dfcb234

Browse files
committed
Test project: Update to .net10
1 parent 3f10d6b commit dfcb234

2 files changed

Lines changed: 23 additions & 6 deletions

File tree

src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
<Import Project="..\ElectronNET\build\ElectronNET.Core.props" Condition="$(ElectronNetDevMode)" />
99

1010
<PropertyGroup>
11-
<TargetFramework>net8.0</TargetFramework>
11+
<TargetFramework>net10.0</TargetFramework>
1212
<ImplicitUsings>enable</ImplicitUsings>
1313
<Nullable>enable</Nullable>
1414
<IsPackable>false</IsPackable>
1515
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <!-- https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5 -->
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
20-
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" PrivateAssets="all" />
21-
<PackageReference Include="xunit" Version="2.9.2" />
22-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
19+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
20+
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" PrivateAssets="all" />
21+
<PackageReference Include="xunit" Version="2.9.3" />
22+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
26-
<PackageReference Include="FluentAssertions" Version="6.12.0" />
26+
<PackageReference Include="FluentAssertions" Version="8.8.0" />
2727
<PackageReference Include="Xunit.SkippableFact" Version="1.5.23" />
2828
</ItemGroup>
2929

src/testEnvironments.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"version": "1",
3+
"environments": [
4+
// See https://aka.ms/remotetesting for more details
5+
// about how to configure remote environments.
6+
{
7+
"name": "WSL Ubuntu",
8+
"type": "wsl",
9+
"wslDistribution": "UbuFresh"
10+
}
11+
//{
12+
// "name": "Docker dotnet/sdk",
13+
// "type": "docker",
14+
// "dockerImage": "mcr.microsoft.com/dotnet/sdk"
15+
//}
16+
]
17+
}

0 commit comments

Comments
 (0)