Skip to content

Commit

Permalink
update comet nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Clancey committed May 11, 2024
1 parent 6a9a120 commit bbe7c2e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Comet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<license type="expression">MIT</license>
<language>C#</language>
<dependencies>
<group targetFramework="net7.0-android30.0">
<group targetFramework="net8.0-android30.0">
</group>
<group targetFramework="net7.0-ios13.6">
<group targetFramework="net8.0-ios13.6">
</group>
<group targetFramework="net7.0-maccatalyst13.5">
<group targetFramework="net8.0-maccatalyst13.5">
</group>
<group targetFramework="net7.0-windows10.0.19041">
<group targetFramework="net8.0-windows10.0.19041">
</group>
</dependencies>
</metadata>
Expand All @@ -34,16 +34,16 @@
<file src="src/Comet/bin/Debug/netstandard2.0/Microsoft.Maui.pdb" target="lib/netstandard2.0/Microsoft.Maui.pdb"/>
<file src="src/Comet/bin/Debug/netstandard2.0/Microsoft.Maui.Essentials.dll" target="lib/netstandard2.0/Microsoft.Maui.Essentials.dll"/>
<file src="src/Comet/bin/Debug/netstandard2.0/Microsoft.Maui.Essentials.pdb" target="lib/netstandard2.0/Microsoft.Maui.Essentials.pdb"/> -->
<file src="src/Comet/bin/Debug/net7.0-ios/Comet.dll" target="lib/net7.0-ios13.6/Comet.dll"/>
<file src="src/Comet/bin/Debug/net7.0-ios/Comet.pdb" target="lib/net7.0-ios13.6/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net7.0/Comet.dll" target="lib/net7.0/Comet.dll"/>
<file src="src/Comet/bin/Debug/net7.0/Comet.pdb" target="lib/net7.0/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net7.0-android/Comet.dll" target="lib/net7.0-android30.0/Comet.dll"/>
<file src="src/Comet/bin/Debug/net7.0-android/Comet.pdb" target="lib/net7.0-android30.0/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net7.0-maccatalyst/Comet.dll" target="lib/net7.0-maccatalyst13.5/Comet.dll"/>
<file src="src/Comet/bin/Debug/net7.0-maccatalyst/Comet.pdb" target="lib/net7.0-maccatalyst13.5/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net7.0-windows10.0.19041.0/Comet.dll" target="lib/net7.0-windows10.0.19041.0/Comet.dll"/>
<file src="src/Comet/bin/Debug/net7.0-windows10.0.19041.0/Comet.pdb" target="lib/net7.0-windows10.0.19041.0/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net8.0-ios/Comet.dll" target="lib/net8.0-ios13.6/Comet.dll"/>
<file src="src/Comet/bin/Debug/net8.0-ios/Comet.pdb" target="lib/net8.0-ios13.6/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net8.0/Comet.dll" target="lib/net8.0/Comet.dll"/>
<file src="src/Comet/bin/Debug/net8.0/Comet.pdb" target="lib/net8.0/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net8.0-android/Comet.dll" target="lib/net8.0-android30.0/Comet.dll"/>
<file src="src/Comet/bin/Debug/net8.0-android/Comet.pdb" target="lib/net8.0-android30.0/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net8.0-maccatalyst/Comet.dll" target="lib/net8.0-maccatalyst13.5/Comet.dll"/>
<file src="src/Comet/bin/Debug/net8.0-maccatalyst/Comet.pdb" target="lib/net8.0-maccatalyst13.5/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net8.0-windows10.0.19041.0/Comet.dll" target="lib/net8.0-windows10.0.19041.0/Comet.dll"/>
<file src="src/Comet/bin/Debug/net8.0-windows10.0.19041.0/Comet.pdb" target="lib/net8.0-windows10.0.19041.0/Comet.pdb"/>
<!-- <file src="external/Maui/.nuspec/Microsoft.Maui.Controls.MultiTargeting.targets" target="build/Microsoft.Maui.Controls.MultiTargeting.targets" /> -->
<file src="src/Comet.SourceGenerator/bin/Debug/netstandard2.0/Comet.SourceGenerator.dll" target="analyzers/cs/Comet.SourceGenerator.dll"/>
<file src="src/Comet.SourceGenerator/bin/Debug/netstandard2.0/Stubble.Core.dll" target="analyzers/cs/Stubble.Core.dll"/>
Expand Down

0 comments on commit bbe7c2e

Please sign in to comment.