Skip to content

Commit

Permalink
Remove ILRepack local
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Sep 3, 2024
1 parent 6e98c91 commit a833abd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ricaun.ILRepack/ricaun.ILRepack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<PropertyGroup>
<PackageId>ricaun.ILRepack</PackageId>
<Version>1.0.0-alpha</Version>
<Version>1.0.0-alpha.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -97,9 +97,9 @@
<Compile Remove="**\*" />
</ItemGroup>

<!--<ItemGroup>
<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.34" GeneratePathProperty="true"/>
</ItemGroup>-->
</ItemGroup>

<Target Name="CopyPackFiles" AfterTargets="Pack">
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions ricaun.ILRepack/ricaun.ILRepack.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<ILRepackImportance Condition="'$(ILRepackImportance)' == ''">Low</ILRepackImportance>
</PropertyGroup>

<ItemGroup Condition="$(ILRepackEnabled)">
<!--<ItemGroup Condition="$(ILRepackEnabled)">
<PackageReference Include="ILRepack" Version="2.0.34" GeneratePathProperty="true">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</ItemGroup>-->

<PropertyGroup>
<ILRepackFilePathExec>ilrepack\2.0.34\tools\ILRepack.exe</ILRepackFilePathExec>
Expand Down

0 comments on commit a833abd

Please sign in to comment.