20 lines
992 B
XML
20 lines
992 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>GLibSharp</id>
|
|
<version>3.24.24.1</version>
|
|
<authors>'GtkSharp Contributors'</authors>
|
|
<projectUrl>https://github.com/GtkSharp/GtkSharp</projectUrl>
|
|
<description>GLibSharp is a C# wrapper for the GLib library.</description>
|
|
<tags>glib glibsharp glib-sharp wrapper</tags>
|
|
<repository type="git" url="https://github.com/GtkSharp/GtkSharp" commit="b7303616129ab5a0ca64def45649ab522d83fa4a" />
|
|
<dependencies>
|
|
<group targetFramework="net8.0" />
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="E:\projects\KioskApp\GtkSharp\BuildOutput\Release\net8.0\GLibSharp.dll" target="lib\net8.0\GLibSharp.dll" />
|
|
<file src="E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GLibSharp.dll" target="lib\netstandard2.0\GLibSharp.dll" />
|
|
</files>
|
|
</package> |