Skip to content

Commit

Permalink
Guard missing in nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 28, 2024
1 parent 31f8333 commit 394a7a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Polyfill/Polyfill.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<file src="../icon.png" target="icon.png" />
<file src="*.cs"
target="contentFiles/cs/netstandard2.0/Polyfill/"/>
<file src="Guard\*.cs"
target="contentFiles/cs/netstandard2.0/Polyfill/Guard"/>
<file src="Nullable\*.cs"
target="contentFiles/cs/netstandard2.0/Polyfill/Nullable"/>
<file src="Nullability\*.cs"
Expand Down

0 comments on commit 394a7a8

Please sign in to comment.