Skip to content

Commit

Permalink
[Templates] Additional fix for Linux template
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Dec 23, 2018
1 parent 799442a commit 11f3b06
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<ProjectReference Include="..\<#= Properties.ProjectGameRelativePath #>" />
<!-- Needed for custom runtime.json -->
<PackageReference Include="Xenko" Version="<#= Xenko.Assets.XenkoConfig.GetLatestPackageDependency().Version #> PrivateAssets="contentfiles;analyzers" />
<PackageReference Include="Xenko" Version="<#= Xenko.Assets.XenkoConfig.GetLatestPackageDependency().Version #>" PrivateAssets="contentfiles;analyzers" />
</ItemGroup>

</Project>

0 comments on commit 11f3b06

Please sign in to comment.