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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-01-04 21:56:24 +0300
committerEric Mellino <erme@microsoft.com>2017-01-04 21:56:24 +0300
commit1c2798af71cea94415c147265d53c6db305e6b62 (patch)
tree911e0d2b292f2ad5f5e2996cf99ec6a5ce80da0a /src
parentda25ec6df3b9475ae35dd6e989ab91429e73c099 (diff)
Rename RuntimeReferencedAssemblyNames to ReferenceFromRuntime
Diffstat (limited to 'src')
-rw-r--r--src/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj12
-rw-r--r--src/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj2
2 files changed, 7 insertions, 7 deletions
diff --git a/src/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj b/src/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj
index cc69725e31..43115a46c9 100644
--- a/src/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj
+++ b/src/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj
@@ -16,12 +16,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Windows_Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Windows_Release|AnyCPU'" />
<ItemGroup>
- <RuntimeReferencedAssemblyNames Include="System.Diagnostics.Debug" />
- <RuntimeReferencedAssemblyNames Include="System.Runtime" />
- <RuntimeReferencedAssemblyNames Include="System.Runtime.Extensions" />
- <RuntimeReferencedAssemblyNames Include="System.Private.CoreLib" />
- <RuntimeReferencedAssemblyNames Include="System.Threading.Tasks" />
- <RuntimeReferencedAssemblyNames Include="System.Runtime.InteropServices.RuntimeInformation" />
+ <ReferenceFromRuntime Include="System.Diagnostics.Debug" />
+ <ReferenceFromRuntime Include="System.Runtime" />
+ <ReferenceFromRuntime Include="System.Runtime.Extensions" />
+ <ReferenceFromRuntime Include="System.Private.CoreLib" />
+ <ReferenceFromRuntime Include="System.Threading.Tasks" />
+ <ReferenceFromRuntime Include="System.Runtime.InteropServices.RuntimeInformation" />
</ItemGroup>
<ItemGroup>
<Compile Include="AttributeTests.cs" />
diff --git a/src/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj b/src/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
index a3ccb8c145..bc69a4c2b0 100644
--- a/src/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
+++ b/src/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
@@ -16,7 +16,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<ItemGroup>
<TargetingPackExclusions Include="System.Linq.Expressions" />
- <RuntimeReferencedAssemblyNames Include="System.Linq.Expressions" />
+ <ReferenceFromRuntime Include="System.Linq.Expressions" />
</ItemGroup>
<ItemGroup>