<?xml version="1.0" encoding="utf-8"?>
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
<metadata>
|
<id>FileList</id>
|
<version>1.0.0</version>
|
<authors>FileList</authors>
|
<description>Package Description</description>
|
<repository type="git" />
|
<dependencies>
|
<group targetFramework="net8.0-windows7.0">
|
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
|
</group>
|
</dependencies>
|
<frameworkReferences>
|
<group targetFramework="net8.0-windows7.0">
|
<frameworkReference name="Microsoft.WindowsDesktop.App.WindowsForms" />
|
</group>
|
</frameworkReferences>
|
</metadata>
|
<files>
|
<file src="D:\VISUAL STUDIOS JOB\PLEXE\FileList\bin\Debug\net8.0-windows\FileList.runtimeconfig.json" target="lib\net8.0-windows7.0\FileList.runtimeconfig.json" />
|
<file src="D:\VISUAL STUDIOS JOB\PLEXE\FileList\bin\Debug\net8.0-windows\FileList.dll" target="lib\net8.0-windows7.0\FileList.dll" />
|
</files>
|
</package>
|