Skip to content

Commit d9167e1

Browse files
committed
Fix targets name
1 parent 8c64445 commit d9167e1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/blazor-workspace/Examples/Demo.Shared/Demo.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
Since examples are in the same solution as NimbleBlazor, manually import .targets to copy Nimble
4343
token SCSS. See NimbleBlazor README for correct workflow for external clients to use SCSS.
4444
-->
45-
<Import Project="../../NimbleBlazor/NuGetFiles/build/NationalInstruments.NimbleBlazor.targets" />
45+
<Import Project="../../NimbleBlazor/NuGetFiles/build/NimbleBlazor.targets" />
4646
</Project>

packages/blazor-workspace/NimbleBlazor/NuGetFiles/build/NationalInstruments.NimbleBlazor.targets renamed to packages/blazor-workspace/NimbleBlazor/NuGetFiles/build/NimbleBlazor.targets

File renamed without changes.

0 commit comments

Comments
 (0)