You've already forked linux-packaging-mono
8 lines
323 B
Plaintext
8 lines
323 B
Plaintext
|
|
<?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>
|
||
|
|
<IsNETCoreApp>true</IsNETCoreApp>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|