mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
CI: update dotnet example to coreclr 2.0
This commit is contained in:
parent
20c128d3fa
commit
aae28bd0eb
2 changed files with 14 additions and 2 deletions
12
examples/dotnet/dotnet.csproj
Normal file
12
examples/dotnet/dotnet.csproj
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue