mirror of
https://github.com/Z3Prover/z3
synced 2026-05-17 07:29:28 +00:00
Fix netcoreapp2.0 references in FindDotnet.cmake, CMakeLists.txt, and mk_util.py
Agent-Logs-Url: https://github.com/Z3Prover/z3/sessions/2df6876c-cffb-44a2-8f4a-02e7e175886f Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
20c057446c
commit
a9ba041a2b
3 changed files with 7 additions and 7 deletions
|
|
@ -2314,7 +2314,7 @@ class DotNetExampleComponent(ExampleComponent):
|
|||
dotnet_proj_str = r"""<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<PlatformTarget>%s</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue