Skip to content

Commit

Permalink
another trial to fix build issue with referencing System.Resources.Ex…
Browse files Browse the repository at this point in the history
…tension
  • Loading branch information
jochenwezel committed Nov 7, 2024
1 parent a3f7887 commit 61958cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@
<ProjectReference Include="..\CompuMaster.TaskManagement\CompuMaster.TaskManagement.vbproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<Reference Include="System.Resources.Extensions" />
</ItemGroup>


</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<ProjectReference Include="..\CompuMaster.TaskManagement\CompuMaster.TaskManagement.vbproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<Reference Include="System.Resources.Extensions" />
</ItemGroup>

</Project>

0 comments on commit 61958cc

Please sign in to comment.