Skip to content

Commit 394a7a8

Browse files
committed
Guard missing in nuget
1 parent 31f8333 commit 394a7a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Polyfill/Polyfill.nuspec

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<file src="../icon.png" target="icon.png" />
1818
<file src="*.cs"
1919
target="contentFiles/cs/netstandard2.0/Polyfill/"/>
20+
<file src="Guard\*.cs"
21+
target="contentFiles/cs/netstandard2.0/Polyfill/Guard"/>
2022
<file src="Nullable\*.cs"
2123
target="contentFiles/cs/netstandard2.0/Polyfill/Nullable"/>
2224
<file src="Nullability\*.cs"

0 commit comments

Comments
 (0)