Skip to content

Commit 3bafcab

Browse files
committed
Reference UnitsNet Project in Release config
1 parent 603848d commit 3bafcab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UnitsNet.Serialization.JsonNet.Tests/UnitsNet.Serialization.JsonNet.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<ItemGroup>
2626
<!--When in Debug configuration, use the UnitsNet.Serialization.JsonNet project-->
2727
<ProjectReference Condition="'$(Configuration)'=='Debug'" Include="..\UnitsNet.Serialization.JsonNet\UnitsNet.Serialization.JsonNet.csproj" />
28+
29+
<!--When in Release configuration, use the UnitsNet project-->
30+
<ProjectReference Condition="'$(Configuration)'=='Release'" Include="..\UnitsNet\UnitsNet.NetStandard10.csproj" />
2831
</ItemGroup>
2932

3033
</Project>

0 commit comments

Comments
 (0)