Skip to content

Commit dabe3a7

Browse files
joeloffMiYanni
andauthored
Update src/Layout/pkg/dotnet-sdk.proj
Co-authored-by: Michael Yanni <[email protected]>
1 parent bf3363d commit dabe3a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Layout/pkg/dotnet-sdk.proj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<!-- These project references ensure that package references for WiX extensions are correctly restored. The Idle target is a no-op as the
4040
projects are built later when computed properties are available. These properties do not exist when projects are evaluated. -->
4141
<ProjectReference Include="windows\msis\placeholder\placeholder.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true"
42-
Targets="Idle"/>
42+
Targets="Idle" />
4343
<ProjectReference Include="windows\msis\templates\templates.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true"
44-
Targets="Idle"/>
44+
Targets="Idle" />
4545
<ProjectReference Include="windows\msis\toolset\toolset.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true"
46-
Targets="Idle"/>
46+
Targets="Idle" />
4747
<ProjectReference Include="windows\bundles\sdk\bundle.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true"
48-
Targets="Idle"/>
48+
Targets="Idle" />
4949
</ItemGroup>
5050

5151
<ItemGroup>

0 commit comments

Comments
 (0)