You've already forked linux-packaging-mono
13 lines
663 B
XML
13 lines
663 B
XML
<?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>
|
|
<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>
|
|
<AssemblyKey>Open</AssemblyKey>
|
|
<IsNETCoreApp>true</IsNETCoreApp>
|
|
<IsUAP>true</IsUAP>
|
|
</PropertyGroup>
|
|
</Project> |