[Build][CI]SDL and SHA tweaks for dll creation (#29973)

* Shifting to versions.prop so everyone has it by default

* Forcing SDL check on

* specter should be in the props file
This commit is contained in:
Clint Rutkas
2023-11-22 09:52:32 -08:00
committed by GitHub
parent b2b2856e52
commit 3cc7c4da0b
2 changed files with 5 additions and 2 deletions

View File

@@ -3,5 +3,8 @@
<PropertyGroup>
<Version>0.0.1</Version>
<DevEnvironment>Local</DevEnvironment>
<!-- Forcing for every DLL on by default -->
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
</PropertyGroup>
</Project>