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
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Console/pkg/unix/System.Console.pkgproj')
-rw-r--r--src/System.Console/pkg/unix/System.Console.pkgproj8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/System.Console/pkg/unix/System.Console.pkgproj b/src/System.Console/pkg/unix/System.Console.pkgproj
index 4f2b33d571..18f61ce37c 100644
--- a/src/System.Console/pkg/unix/System.Console.pkgproj
+++ b/src/System.Console/pkg/unix/System.Console.pkgproj
@@ -1,16 +1,14 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-
<PropertyGroup>
<PackageTargetRuntime>unix</PackageTargetRuntime>
<PreventImplementationReference>true</PreventImplementationReference>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\..\src\System.Console.csproj" >
+ <ProjectReference Include="..\..\src\System.Console.csproj">
<OSGroup>Unix</OSGroup>
</ProjectReference>
</ItemGroup>
-
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file