summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/NETCore/SOS.NETCore.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/SOS/NETCore/SOS.NETCore.csproj')
-rw-r--r--src/ToolBox/SOS/NETCore/SOS.NETCore.csproj18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/ToolBox/SOS/NETCore/SOS.NETCore.csproj b/src/ToolBox/SOS/NETCore/SOS.NETCore.csproj
deleted file mode 100644
index 5e888a2c9f..0000000000
--- a/src/ToolBox/SOS/NETCore/SOS.NETCore.csproj
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project Sdk="Microsoft.NET.Sdk">
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-
- <PropertyGroup>
- <TargetFramework>netcoreapp2.0</TargetFramework>
- <AssemblyName>SOS.NETCore</AssemblyName>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <NoWarn>;1591;1701</NoWarn>
- <Description>.NET Core SOS</Description>
- <OutputPath>$(BinDir)</OutputPath>
- <EnsureRuntimePackageDependencies>false</EnsureRuntimePackageDependencies>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
- </ItemGroup>
-</Project>