mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
13 lines
266 B
XML
13 lines
266 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Z3" Version="4.8.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|