Skip to content

Commit 12e5ef4

Browse files
committed
testapp/js: Use specific version False on nuget ref
Workaround to fix bad reference.
1 parent 645b2b0 commit 12e5ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitsNet.TestApps.Uwp.JavaScript/UnitsNet.TestApps.Uwp.JavaScript.jsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<HintPath>..\packages\UnitsNet.WindowsRuntimeComponent.3.40.0\lib\uap10.0\UnitsNet.winmd</HintPath>
8383
<IsWinMDFile>true</IsWinMDFile>
8484
<CopyLocal>True</CopyLocal>
85-
<SpecificVersion>True</SpecificVersion>
85+
<SpecificVersion>False</SpecificVersion>
8686
</Reference>
8787
</ItemGroup>
8888
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />

0 commit comments

Comments
 (0)