Browse Source

Try adding TargetPlatform too

pull/3132/head
Christoph Wille 2 years ago
parent
commit
3983187f36
  1. 1
      ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj
  2. 1
      ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj
  3. 1
      ILSpy.Tests/ILSpy.Tests.csproj
  4. 3
      ILSpy.Tests/Workaround4564.cs

1
ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<IsPackable>false</IsPackable>
<StartupObject>AutoGeneratedProgram</StartupObject>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

1
ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<IsPackable>false</IsPackable>
<StartupObject>AutoGeneratedProgram</StartupObject>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultItems>false</EnableDefaultItems>
<UseWpf>true</UseWpf>

1
ILSpy.Tests/ILSpy.Tests.csproj

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
<TargetFramework>net8.0-windows</TargetFramework>
<IsPackable>false</IsPackable>
<StartupObject>AutoGeneratedProgram</StartupObject>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

3
ILSpy.Tests/Workaround4564.cs

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
// https://github.com/nunit/nunit/issues/4564
[assembly: System.Runtime.Versioning.SupportedOSPlatform("Windows10")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("Windows10")]
[assembly: System.Runtime.Versioning.TargetPlatform("Windows10")]
Loading…
Cancel
Save