10 lines
386 B
XML
10 lines
386 B
XML
<Project>
|
|
<Import Project="..\..\..\Directory.Build.targets" />
|
|
<!--
|
|
This file intentionally left mostly blank to ensure the template projects
|
|
are independent from the template package build config.
|
|
-->
|
|
<!-- aspnet/BuildTools#662 Don't police what version of NetCoreApp we use -->
|
|
<NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
|
|
</Project>
|