mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
remove stray semicolon
This commit is contained in:
parent
2891c70065
commit
d4ba667369
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue