File tree Expand file tree Collapse file tree
ElectronNET.IntegrationTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments