mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
PM-3350 PM-3349 Added property to Directory.Build.props to enable Unit Testing globally so Test runners work
This commit is contained in:
@@ -4,11 +4,6 @@
|
||||
<TargetFrameworks>net8.0</TargetFrameworks>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Bit.Core.Test</RootNamespace>
|
||||
|
||||
<!-- Uncomment this to load the referenced projects into this one. I've added the restriction so it doesn't mess up with the restore.
|
||||
This is useful when working with the test project.
|
||||
<CustomConstants>UT</CustomConstants>
|
||||
-->
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
|
||||
Reference in New Issue
Block a user