mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
Allow specifying a property to ignore the use of build-time packages for versioning and analysis
This commit is contained in:
parent
7cf7e84dd8
commit
e7ce6a69b7
@ -31,7 +31,8 @@
|
|||||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup Label="Package References">
|
<!-- Allow folks to build with minimal dependencies (though they will need to provide their own Version data) -->
|
||||||
|
<ItemGroup Label="Build Tools Package References" Condition="'$(UseBuildTimeTools)' != 'false'">
|
||||||
<PackageReference Include="MinVer" PrivateAssets="All" Version="4.2.0" />
|
<PackageReference Include="MinVer" PrivateAssets="All" Version="4.2.0" />
|
||||||
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="1.1.1" />
|
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="1.1.1" />
|
||||||
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
|
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user