mirror of
https://github.com/Z3Prover/z3
synced 2025-04-04 16:44:07 +00:00
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>
|