diff --git a/Sharpmake.Main.sharpmake.cs b/Sharpmake.Main.sharpmake.cs index 37ba0efb6..7d0c41aef 100644 --- a/Sharpmake.Main.sharpmake.cs +++ b/Sharpmake.Main.sharpmake.cs @@ -59,8 +59,6 @@ public abstract class SharpmakeBaseProject : CSharpProject // Use the new csproj style ProjectSchema = CSharpProjectSchema.NetCore; - // we need to disable determinism while because we are using wildcards in assembly versions - // error CS8357: The specified version string contains wildcards, which are not compatible with determinism CustomProperties.Add("Deterministic", "true"); // Enable Globalization Invariant Mode