Skip to content

Commit

Permalink
Remove deprecated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss committed Jan 18, 2022
1 parent fa962fe commit ac831ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sharpmake.Main.sharpmake.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac831ef

Please sign in to comment.