Skip to content

Commit

Permalink
Move empty target.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Oct 15, 2023
1 parent f043f1c commit 8b9865f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/IKVM.NET.Sdk/targets/IKVM.NET.Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>

<!-- Predefine targets for VS restore. -->
<Target Name="ResolveIkvmRuntimeAssembly" />

<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />

<PropertyGroup Condition=" '$(DisableImplicitConfigurationDefines)' != 'true' ">
Expand All @@ -17,9 +20,6 @@
<DefineConstants>$(DefineConstants);$(VersionlessImplicitFrameworkDefine);$(ImplicitFrameworkDefine);$(BackwardsCompatFrameworkDefine)</DefineConstants>
</PropertyGroup>

<!-- Predefine targets for VS restore. -->
<Target Name="ResolveIkvmRuntimeAssembly" />

<Import Project="$(MSBuildThisFileDirectory)IKVM.NET.Sdk.Java.targets" />

<ItemGroup Condition=" '$(DisableImplicitIkvmPackageReference)' != 'true' ">
Expand Down

0 comments on commit 8b9865f

Please sign in to comment.