Downgrade Workspaces.Common to 1.3.0 to work with Microsoft.NETCore.App 1.2.

- This also enables us to target net451.

#927
This commit is contained in:
N. Taylor Mullen 2017-01-10 11:27:04 -08:00
parent e072a7f452
commit 7c6aea443f
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<Description>Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.</Description>
<TargetFrameworks>net46</TargetFrameworks>
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;cshtml;razor</PackageTags>
@ -22,7 +22,7 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="2.0.0-rc3-61306-01" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="1.3.0" />
<PackageReference Include="NetStandard.Library" Version="1.6.2-*" />
</ItemGroup>
<ItemGroup>