Skip to content

Commit

Permalink
Fixed muxer resolution strategy enum (#4134)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvpoienaru committed Nov 23, 2022
1 parent f098763 commit 61dd561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ public enum DotnetMuxerResolutionStrategy
/// <summary>
/// Default muxer resolution strategy.
/// </summary>
Default = DotnetRootArchitecture | DotnetRootArchitectureLess | GlobalInstallationLocation | DefaultInstallationLocation,
Default = DotnetRootArchitecture | DotnetRootArchitectureLess | GlobalInstallationLocation | DefaultInstallationLocation
}

0 comments on commit 61dd561

Please sign in to comment.