Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tests/ilasm/PortablePdb/IlasmPortablePdbTests.csproj3
-rw-r--r--src/tests/ilverify/ILVerificationTests.csproj1
-rw-r--r--src/tests/readytorun/r2rdump/FrameworkTests/R2RDumpTests.csproj2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/tests/ilasm/PortablePdb/IlasmPortablePdbTests.csproj b/src/tests/ilasm/PortablePdb/IlasmPortablePdbTests.csproj
index b490324b35c..b03148c6df7 100644
--- a/src/tests/ilasm/PortablePdb/IlasmPortablePdbTests.csproj
+++ b/src/tests/ilasm/PortablePdb/IlasmPortablePdbTests.csproj
@@ -1,7 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- </PropertyGroup>
<ItemGroup>
<Compile Include="IlasmPortablePdbTester.cs" />
<Compile Include="IlasmPortablePdbTesterCommon.cs" />
diff --git a/src/tests/ilverify/ILVerificationTests.csproj b/src/tests/ilverify/ILVerificationTests.csproj
index 049390bad80..55d08e4d157 100644
--- a/src/tests/ilverify/ILVerificationTests.csproj
+++ b/src/tests/ilverify/ILVerificationTests.csproj
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <OutputType>Exe</OutputType>
<OutputPath>$(BaseOutputPathWithConfig)ilverify\</OutputPath>
<CLRTestPriority>1</CLRTestPriority>
<!-- The test uses xunit directly and it fails to find the test assembly for some reason -->
diff --git a/src/tests/readytorun/r2rdump/FrameworkTests/R2RDumpTests.csproj b/src/tests/readytorun/r2rdump/FrameworkTests/R2RDumpTests.csproj
index dc513e6d2b6..b6a2da881f9 100644
--- a/src/tests/readytorun/r2rdump/FrameworkTests/R2RDumpTests.csproj
+++ b/src/tests/readytorun/r2rdump/FrameworkTests/R2RDumpTests.csproj
@@ -1,7 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <OutputType>Exe</OutputType>
- <DisableProjectBuild Condition="'$(RuntimeFlavor)' != 'coreclr'">true</DisableProjectBuild>
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
<!-- The test is lengthy as it scans the entire System.Private.CoreLib so that it times out in GC stress runs. -->
<!-- The purpose of the test is functional testing of the R2R reader, not runtime stress testing. -->