no more submodule

This commit is contained in:
2024-09-15 22:40:48 +02:00
parent df3b8a3135
commit 0234b33671
5804 changed files with 943618 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>GtkSourceSharp</id>
<version>3.24.24.1</version>
<authors>'GtkSharp Contributors'</authors>
<projectUrl>https://github.com/GtkSharp/GtkSharp</projectUrl>
<description>GtkSourceSharp is a C# wrapper for the GtkSourceView library.</description>
<tags>sourceview sourceviewsharp sourceview-sharp wrapper</tags>
<repository type="git" url="https://github.com/GtkSharp/GtkSharp" commit="b7303616129ab5a0ca64def45649ab522d83fa4a" />
<dependencies>
<group targetFramework="net8.0">
<dependency id="GtkSharp" version="3.24.24.1" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="GtkSharp" version="3.24.24.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="E:\projects\KioskApp\GtkSharp\BuildOutput\Release\net8.0\GtkSourceSharp.dll" target="lib\net8.0\GtkSourceSharp.dll" />
<file src="E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GtkSourceSharp.dll" target="lib\netstandard2.0\GtkSourceSharp.dll" />
</files>
</package>