Add initial Nuget packaging files.

Use zlib_native instead of zlib-msvc-v140.
This commit is contained in:
Michael R Sweet
2021-07-30 20:33:21 -04:00
parent ac4620b808
commit 2c7d7cf768
7 changed files with 83 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="zlib-msvc-x64" version="1.2.11.8900" targetFramework="native" />
<package id="zlib_native" version="1.2.11" targetFramework="native" />
<package id="zlib_native.redist" version="1.2.11" targetFramework="native" />
</packages>