forked from openkylin/z3
13 lines
274 B
XML
13 lines
274 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Microsoft.Z3" Version="$(Z3_VERSION)" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|