2017-04-10 11:41:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="..\dir.props" />
|
|
|
|
|
<PropertyGroup>
|
2018-08-07 15:19:03 +00:00
|
|
|
<AssemblyVersion>4.2.0.0</AssemblyVersion>
|
|
|
|
|
<!-- System.Threading.Tasks.Extensions has forwarded types into the runtime on netcoreapp/uap
|
|
|
|
|
It must win over assemblies versioned at 4.2.* -->
|
|
|
|
|
<AssemblyVersion Condition="'$(TargetGroup)' == 'netcoreapp' OR '$(TargetGroup)' == 'uap' ">4.3.0.0</AssemblyVersion>
|
2017-08-21 15:34:15 +00:00
|
|
|
<AssemblyKey>Open</AssemblyKey>
|
2017-04-10 11:41:01 +00:00
|
|
|
<IsNETCoreApp>true</IsNETCoreApp>
|
2017-06-07 13:16:24 +00:00
|
|
|
<IsUAP>true</IsUAP>
|
2017-04-10 11:41:01 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|