2016-12-21 00:38:04 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-12-02 17:34:03 +00:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
2016-11-16 02:12:19 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Description>Build scripts for dotnet-cli</Description>
|
|
|
|
|
<TargetFramework>netstandard1.6</TargetFramework>
|
|
|
|
|
<AssemblyName>shared-build-targets-utils</AssemblyName>
|
|
|
|
|
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Microsoft.DotNet.Cli.Build.Framework\Microsoft.DotNet.Cli.Build.Framework.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-03 03:50:19 +00:00
|
|
|
|
<PackageReference Include="NETStandard.Library" Version="1.6.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.0.1" />
|
|
|
|
|
<PackageReference Include="System.Dynamic.Runtime" Version="4.0.11" />
|
|
|
|
|
<PackageReference Include="System.Reflection.Metadata" Version="1.4.1-beta-24410-02" />
|
|
|
|
|
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.1.1" />
|
|
|
|
|
<PackageReference Include="System.Threading.Thread" Version="4.0.0" />
|
|
|
|
|
<PackageReference Include="System.Xml.XmlSerializer" Version="4.0.11" />
|
|
|
|
|
<PackageReference Include="WindowsAzure.Storage" Version="7.2.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="1.0.1-beta-000933" />
|
2016-11-16 02:12:19 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|