kyy
2025-10-23 caab9910ce800cf879b3b99a73399dcf320c8e58
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>