This commit is contained in:
Pranav K 2017-05-04 19:40:05 -07:00
Родитель da49161ac0
Коммит 72ae4f54a8
2 изменённых файлов: 2 добавлений и 10 удалений

Просмотреть файл

@ -4,7 +4,7 @@
<PropertyGroup>
<Description>A middleware that supports creating a communication channel between the development environment and one or more web browsers.</Description>
<TargetFrameworks>net46;netstandard1.5</TargetFrameworks>
<TargetFramework>netcoreapp2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
@ -16,11 +16,4 @@
<PackageReference Include="Microsoft.Extensions.TaskCache.Sources" Version="$(AspNetCoreVersion)" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.5' ">
<PackageReference Include="System.Diagnostics.Tools" Version="$(CoreFxVersion)" />
<PackageReference Include="System.IO.MemoryMappedFiles" Version="$(CoreFxVersion)" />
<PackageReference Include="System.Net.Primitives" Version="$(CoreFxVersion)" />
<PackageReference Include="System.Net.Sockets" Version="$(CoreFxVersion)" />
</ItemGroup>
</Project>

Просмотреть файл

@ -3,8 +3,7 @@
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>