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:
Diffstat (limited to 'src/installer/test/TestUtils/TestProject.cs')
-rw-r--r--src/installer/test/TestUtils/TestProject.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/installer/test/TestUtils/TestProject.cs b/src/installer/test/TestUtils/TestProject.cs
index b512f4c1e6b..5fd9135beec 100644
--- a/src/installer/test/TestUtils/TestProject.cs
+++ b/src/installer/test/TestUtils/TestProject.cs
@@ -22,7 +22,6 @@ namespace Microsoft.DotNet.CoreSetup.Test
public string AppExe { get => BuiltApp?.AppExe; }
public string HostPolicyDll { get => BuiltApp?.HostPolicyDll; }
public string HostFxrDll { get => BuiltApp?.HostFxrDll; }
- public string CoreClrDll { get => BuiltApp?.CoreClrDll; }
public TestApp BuiltApp { get; private set; }