File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
ICSharpCode.Decompiler.Tests
ILSpy.BamlDecompiler.Tests Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 3535 <PackageVersion Include =" NSubstitute" Version =" 5.3.0" />
3636 <PackageVersion Include =" NSubstitute.Analyzers.CSharp" Version =" 1.0.17" />
3737 <PackageVersion Include =" NUnit" Version =" 4.3.2" />
38- <PackageVersion Include =" NUnit3TestAdapter" Version =" 4.6.0 " />
38+ <PackageVersion Include =" NUnit3TestAdapter" Version =" 5.0.0-beta.6 " />
3939 <PackageVersion Include =" NuGet.Protocol" Version =" 6.12.1" />
4040 <PackageVersion Include =" PowerShellStandard.Library" Version =" 5.1.1" />
4141 <PackageVersion Include =" Shouldly" Version =" 4.2.1" />
Original file line number Diff line number Diff line change 1212 <RuntimeIdentifier Condition =" $(IsWindowsARM64) == true" >win-arm64</RuntimeIdentifier >
1313
1414 <IsPackable >false</IsPackable >
15- <StartupObject >AutoGeneratedProgram</StartupObject >
15+ <IsTestProject >true</IsTestProject >
16+ <EnableNUnitRunner >true</EnableNUnitRunner >
17+ <OutputType >Exe</OutputType >
18+ <StartupObject >TestingPlatformEntryPoint</StartupObject >
1619
1720 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
1821
Original file line number Diff line number Diff line change 1212 <RuntimeIdentifier Condition =" $(IsWindowsARM64) == true" >win-arm64</RuntimeIdentifier >
1313
1414 <IsPackable >false</IsPackable >
15- <StartupObject >AutoGeneratedProgram</StartupObject >
15+ <IsTestProject >true</IsTestProject >
16+ <EnableNUnitRunner >true</EnableNUnitRunner >
17+ <OutputType >Exe</OutputType >
1618
1719 <EnableDefaultItems >false</EnableDefaultItems >
1820 <UseWpf >true</UseWpf >
Original file line number Diff line number Diff line change 33
44 <PropertyGroup >
55 <TargetFramework >net8.0-windows</TargetFramework >
6+
67 <IsPackable >false</IsPackable >
7- <StartupObject >AutoGeneratedProgram</StartupObject >
8+ <IsTestProject >true</IsTestProject >
9+ <EnableNUnitRunner >true</EnableNUnitRunner >
10+ <OutputType >Exe</OutputType >
811
912 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
1013
You can’t perform that action at this time.
0 commit comments