Skip to content

Commit 06cffd6

Browse files
committed
Attempt to fix build order
1 parent 78530e8 commit 06cffd6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,4 @@ ModelManifest.xml
212212
/Sources/Sundew.Xaml.Optimizations/Sundew.Xaml.Optimizations.xml
213213
*.DotSettings
214214
/Sources/NuGet.Config
215+
*.binlog

Source/Sundew.Xaml.Optimizers/Sundew.Xaml.Optimizers.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="ILRepack.Lib.MSBuild.Task" Version="2.0.43">
38+
<ProjectReference Include="..\Sundew.Xaml.Optimizations.Wpf\Sundew.Xaml.Optimizations.Wpf.csproj">
39+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
40+
</ProjectReference>
41+
42+
<PackageReference Include="ILRepack.Lib.MSBuild.Task" Version="2.0.43">
3943
<PrivateAssets>all</PrivateAssets>
4044
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4145
</PackageReference>

0 commit comments

Comments
 (0)