mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 13:58:45 +00:00
remove stray semicolon
This commit is contained in:
parent
2891c70065
commit
d4ba667369
|
@ -1718,9 +1718,9 @@ class DotNetDLLComponent(Component):
|
|||
|
||||
version = get_version_string(4)
|
||||
|
||||
print(f"Version output to csproj: {version}");
|
||||
print(f'Version output to csproj: {version}')
|
||||
|
||||
core_csproj_str = f"""<Project Sdk="Microsoft.NET.Sdk">
|
||||
core_csproj_str = f'""<Project Sdk="Microsoft.NET.Sdk">'
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard1.4</TargetFramework>
|
||||
|
|
Loading…
Reference in a new issue