Skip to content

Commit

Permalink
Fixes direct assembly reference dependencies causing intermittent iss…
Browse files Browse the repository at this point in the history
…ues in rebuild
  • Loading branch information
ironfede committed Sep 4, 2024
1 parent 0b09cbe commit 1988242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 3 additions & 6 deletions sources/Test/OpenMcdf.MemTest/OpenMcdf.MemTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Deterministic>False</Deterministic>
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenMcdf, Version=2.3.0.0, Culture=neutral, PublicKeyToken=fdbb1629d7c00800, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\bin\Debug\OpenMcdf\net40\OpenMcdf.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
Expand All @@ -46,4 +40,7 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\OpenMcdf\OpenMcdf.csproj" />
</ItemGroup>
</Project>
8 changes: 3 additions & 5 deletions sources/Test/OpenMcdf.PerfTest/OpenMcdf.PerfTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenMcdf">
<HintPath>..\..\..\bin\Debug\OpenMcdf\net40\OpenMcdf.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
Expand All @@ -42,4 +37,7 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\OpenMcdf\OpenMcdf.csproj" />
</ItemGroup>
</Project>

0 comments on commit 1988242

Please sign in to comment.