mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fixed .NET Core API build.
This commit is contained in:
		
							parent
							
								
									6233dee505
								
							
						
					
					
						commit
						880ce12e2d
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -342,6 +342,7 @@
 | 
			
		|||
    <Compile Include="ConstructorList.cs" />
 | 
			
		||||
    <Compile Include="DatatypeExpr.cs" />
 | 
			
		||||
    <Compile Include="DatatypeSort.cs" />
 | 
			
		||||
    <Compile Include="Deprecated.cs" />
 | 
			
		||||
    <Compile Include="FiniteDomainExpr.cs" />
 | 
			
		||||
    <Compile Include="FiniteDomainNum.cs" />
 | 
			
		||||
    <Compile Include="FPExpr.cs" />
 | 
			
		||||
| 
						 | 
				
			
			@ -360,11 +361,11 @@
 | 
			
		|||
    <Compile Include="FuncDecl.cs" />
 | 
			
		||||
    <Compile Include="FuncInterp.cs" />
 | 
			
		||||
    <Compile Include="Goal.cs" />
 | 
			
		||||
    <Compile Include="InterpolationContext.cs" />
 | 
			
		||||
    <Compile Include="IntExpr.cs" />
 | 
			
		||||
    <Compile Include="IntNum.cs" />
 | 
			
		||||
    <Compile Include="IntSort.cs" />
 | 
			
		||||
    <Compile Include="IntSymbol.cs" />
 | 
			
		||||
    <Compile Include="Lambda.cs" />
 | 
			
		||||
    <Compile Include="ListSort.cs" />
 | 
			
		||||
    <Compile Include="Model.cs" />
 | 
			
		||||
    <Compile Include="Optimize.cs" />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,6 +6,6 @@ functions, so that the API will compile, but not perform any contract
 | 
			
		|||
checking. To build this using .NET core, run (in this directory):
 | 
			
		||||
 | 
			
		||||
dotnet restore
 | 
			
		||||
dotnet build core.json
 | 
			
		||||
dotnet build core.csproj -c Release
 | 
			
		||||
 | 
			
		||||
-- good luck!
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue