11 lines
369 B
XML
11 lines
369 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<!--
|
|
This ensures the build number is a time-based number for local builds.
|
|
This is important for local builds of ASP.NET Core which need to ensure repo-to-repo
|
|
builds are using new articacts, not ones from the global cache.
|
|
-->
|
|
<IncrementalVersion>true</IncrementalVersion>
|
|
</PropertyGroup>
|
|
</Project>
|