Skip to content

Commit

Permalink
Merge pull request #3 from asnarnd/fix-bootstrap
Browse files Browse the repository at this point in the history
Use ASNA package for bootstrap.
  • Loading branch information
walterpg authored Aug 22, 2024
2 parents cd339ce + 955fe82 commit 7cb471e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GPPG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Gplex.Tool" Version="0.0.1-preview1" PrivateAssets="All" />
<PackageReference Include="Gppg.Tool" Version="0.0.1-preview1" PrivateAssets="All" />
<PackageReference Include="ASNA.Gplex.Tool" Version="0.0.1-preview1" PrivateAssets="All" />
<PackageReference Include="ASNA.Gppg.Tool" Version="0.0.1-preview1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MSBuild/build/Gppg.Tool.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
</GppgFile>
</ItemDefinitionGroup>

</Project>
</Project>
4 changes: 2 additions & 2 deletions MSBuild/buildCrossTargeting/Gppg.Tool.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
SaveGppgOutputFromIncrementalClean
</IncrementalCleanDependsOn>

<_GppgTool>dotnet "$(MSBuildThisFileDirectory)../../tools/net6.0/Gppg.dll"</_GppgTool>
<_GppgTool>dotnet "$(MSBuildThisFileDirectory)../tools/net6.0/Gppg.dll"</_GppgTool>
</PropertyGroup>

<!-- Defaults for GppgFile items -->
Expand All @@ -21,4 +21,4 @@
</GppgFile>
</ItemDefinitionGroup>

</Project>
</Project>

0 comments on commit 7cb471e

Please sign in to comment.