mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 14:43:23 +00:00
Fix NuGet package name and glibc rid. (#5290)
This commit is contained in:
parent
17be37a5f6
commit
ce1a48486e
2 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ def create_nuget_spec():
|
|||
contents = """<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.Z3</id>
|
||||
<id>Microsoft.Z3.x64</id>
|
||||
<version>{0}</version>
|
||||
<authors>Microsoft</authors>
|
||||
<description>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue