Skip to content

Commit 59510da

Browse files
committed
Updated nuspec package for backward compatibility
1 parent c1d75a7 commit 59510da

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

InfoBox/InfoBox.nuspec

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Stop wasting time developing your own custom MessageBox, everything you need is
2020
- Removed support for .NET 6.0 (Windows)
2121
- Added support for .NET 10.0 (Windows)
2222
</releaseNotes>
23-
<copyright>Copyright 2025</copyright>
23+
<copyright>Copyright 2026</copyright>
2424
<language>en-US</language>
2525
<tags>MessageBox Winforms</tags>
2626
<repository type="git" url="https://github.com/JohannBlais/InformationBox"></repository>
2727
<dependencies>
28-
<group targetFramework="net8.0-windows11.0" />
29-
<group targetFramework="net9.0-windows11.0" />
30-
<group targetFramework="net10.0-windows11.0" />
28+
<group targetFramework="net8.0-windows7.0" />
29+
<group targetFramework="net9.0-windows7.0" />
30+
<group targetFramework="net10.0-windows7.0" />
3131
<group targetFramework="net48" />
3232
</dependencies>
3333
<readme>README.md</readme>
@@ -36,15 +36,15 @@ Stop wasting time developing your own custom MessageBox, everything you need is
3636
<file src="bin\Release\InfoBox.dll" target="lib\net48\" />
3737
<file src="bin\Release\InfoBox.pdb" target="lib\net48\" />
3838
<file src="bin\Release\**\InfoBox.resources.dll" target="lib\net48\" />
39-
<file src="..\InfoBoxCore\bin\Release\net8.0-windows\InfoBox.dll" target="lib\net8.0-windows11.0\" />
40-
<file src="..\InfoBoxCore\bin\Release\net8.0-windows\InfoBox.pdb" target="lib\net8.0-windows11.0\" />
41-
<file src="..\InfoBoxCore\bin\Release\net8.0-windows\**\InfoBox.resources.dll" target="lib\net8.0-windows11.0\" />
42-
<file src="..\InfoBoxCore\bin\Release\net9.0-windows\InfoBox.dll" target="lib\net9.0-windows11.0\" />
43-
<file src="..\InfoBoxCore\bin\Release\net9.0-windows\InfoBox.pdb" target="lib\net9.0-windows11.0\" />
44-
<file src="..\InfoBoxCore\bin\Release\net9.0-windows\**\InfoBox.resources.dll" target="lib\net9.0-windows11.0\" />
45-
<file src="..\InfoBoxCore\bin\Release\net10.0-windows\InfoBox.dll" target="lib\net10.0-windows11.0\" />
46-
<file src="..\InfoBoxCore\bin\Release\net10.0-windows\InfoBox.pdb" target="lib\net10.0-windows11.0\" />
47-
<file src="..\InfoBoxCore\bin\Release\net10.0-windows\**\InfoBox.resources.dll" target="lib\net10.0-windows11.0\" />
39+
<file src="..\InfoBoxCore\bin\Release\net8.0-windows\InfoBox.dll" target="lib\net8.0-windows7.0\" />
40+
<file src="..\InfoBoxCore\bin\Release\net8.0-windows\InfoBox.pdb" target="lib\net8.0-windows7.0\" />
41+
<file src="..\InfoBoxCore\bin\Release\net8.0-windows\**\InfoBox.resources.dll" target="lib\net8.0-windows7.0\" />
42+
<file src="..\InfoBoxCore\bin\Release\net9.0-windows\InfoBox.dll" target="lib\net9.0-windows7.0\" />
43+
<file src="..\InfoBoxCore\bin\Release\net9.0-windows\InfoBox.pdb" target="lib\net9.0-windows7.0\" />
44+
<file src="..\InfoBoxCore\bin\Release\net9.0-windows\**\InfoBox.resources.dll" target="lib\net9.0-windows7.0\" />
45+
<file src="..\InfoBoxCore\bin\Release\net10.0-windows\InfoBox.dll" target="lib\net10.0-windows7.0\" />
46+
<file src="..\InfoBoxCore\bin\Release\net10.0-windows\InfoBox.pdb" target="lib\net10.0-windows7.0\" />
47+
<file src="..\InfoBoxCore\bin\Release\net10.0-windows\**\InfoBox.resources.dll" target="lib\net10.0-windows7.0\" />
4848
<file src="..\README.md" target="\"/>
4949
<file src="..\Logo.png" target="images\" />
5050
</files>

0 commit comments

Comments
 (0)