Skip to content

Commit

Permalink
feat(blazorui): remove InternalsVisibleTo conditions in BlazorUI proj…
Browse files Browse the repository at this point in the history
…ect file #9495 (#9496)
  • Loading branch information
msynk authored Dec 15, 2024
1 parent 2ce3e26 commit c444ba5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/BlazorUI/Bit.BlazorUI/Bit.BlazorUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
<SupportedPlatform Include="browser" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ItemGroup>
<InternalsVisibleTo Include="Bit.BlazorUI.Extras, PublicKey=00240000048000009400000006020000002400005253413100040000010001008d726fe8f1bed8ca2a003848640c872c6a5f2191c81eda677b249a6e34bd9134eba9ff7251582a5020cb3eee83a61e7034ce712f5873d60f7c3c61f48592b256c560d7b3384e9889e4f81e4d406bc2b639915a4062d60751193ae66028d7bd4b9a3bf0823f1e38abe5eadc3cd9615c6ff811974a9f6f89297dc2a722bf23d0bb"/>
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<InternalsVisibleTo Include="Bit.BlazorUI.Extras, PublicKey=002400000480000094000000060200000024000052534131000400000100010081a58360c43da697fbbc3b729e3565c1e4ef444878d7764f2e187ff0ca054413b6ad2b2eba16f4f1ad6da8e8be445bb410c43930195696e7f2317dd80164fed318366a83af39ab4c135349f75b3f2b9ad5875fad68025c9e1c4e8d16469addd506f3e1ed13461dd17a8f23f3faeb2cbd933cef6ebead4e50197943798f638aa9"/>
</ItemGroup>

Expand Down

0 comments on commit c444ba5

Please sign in to comment.