Skip to content

Commit 9076218

Browse files
committed
build: Readd reflection library to main library
1 parent 4ee000d commit 9076218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Buttplug/Buttplug.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2626
</PackageReference>
2727
<PackageReferenceInclude="Microsoft.CSharp"Version="4.7.0" />
28+
<PackageReferenceInclude="Namotion.Reflection"Version="1.0.12" />
2829
<PackageReferenceInclude="Newtonsoft.Json"Version="12.0.3" />
2930
<PackageReferenceInclude="NJsonSchema"Version="10.1.21" />
3031
<PackageReferenceInclude="StyleCop.Analyzers"Version="1.1.118">

0 commit comments

Comments
 (0)
close