diff --git a/BuildToolsVersion.txt b/BuildToolsVersion.txt
index 0100d180f327..105cce9600db 100644
--- a/BuildToolsVersion.txt
+++ b/BuildToolsVersion.txt
@@ -1 +1 @@
-2.2.0-preview1-03122-06
\ No newline at end of file
+2.2.0-preview1-03124-01
\ No newline at end of file
diff --git a/dependencies.props b/dependencies.props
index b4ae416d0c60..390db9949782 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -9,15 +9,15 @@
These ref versions are pulled from https://github.com/dotnet/versions.
-->
- dfe7ac514daec9ba08867f4120be0c2ec0f2ccc0
- dfe7ac514daec9ba08867f4120be0c2ec0f2ccc0
- dfe7ac514daec9ba08867f4120be0c2ec0f2ccc0
+ b855a56103e3acd88595a68679f2efe3e1e07c14
+ b855a56103e3acd88595a68679f2efe3e1e07c14
+ b855a56103e3acd88595a68679f2efe3e1e07c14
96dc7805f5df4a70a55783964ce69dcd91bfca80
- dfe7ac514daec9ba08867f4120be0c2ec0f2ccc0
- dfe7ac514daec9ba08867f4120be0c2ec0f2ccc0
+ b855a56103e3acd88595a68679f2efe3e1e07c14
+ b855a56103e3acd88595a68679f2efe3e1e07c14
8bd1ec5fac9f0eec34ff6b34b1d878b4359e02dd
9004703a1923e5c5582ceb8d79712df777412446
- 86816ae37b15ad3631014e96783a3fab70c0e912
+ b855a56103e3acd88595a68679f2efe3e1e07c14
@@ -31,15 +31,15 @@
- preview1-26822-04
- 3.0.0-preview1-26822-04
- 3.0.0-preview1-26822-04
- beta-26822-00
- beta-26822-00
- 1.0.0-beta-26822-00
- 3.0.0-preview1-26822-01
- 3.0.0-preview1-26822-01
- 3.0.0-preview1-26822-01
+ preview1-26824-01
+ 3.0.0-preview1-26824-01
+ 3.0.0-preview1-26824-01
+ beta-26823-00
+ beta-26823-00
+ 1.0.0-beta-26823-00
+ 3.0.0-preview1-26823-04
+ 3.0.0-preview1-26823-04
+ 3.0.0-preview1-26823-04
4.4.0
@@ -63,7 +63,7 @@
Microsoft.DotNet.Build.Tasks.Feed
- 2.2.0-preview1-03116-01
+ 2.2.0-preview1-03124-01
diff --git a/src/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.cs b/src/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.cs
index 8370a34e5be7..0d50943550ae 100644
--- a/src/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.cs
+++ b/src/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.cs
@@ -355,10 +355,10 @@ internal Avx() { }
public static Vector256 Permute(Vector256 value, byte control) { throw null; }
public static Vector256 Permute(Vector256 value, byte control) { throw null; }
public static Vector256 Permute2x128(Vector256 left, Vector256 right, byte control) where T : struct { throw null; }
- public static Vector128 PermuteVar(Vector128 left, Vector128 mask) { throw null; }
- public static Vector128 PermuteVar(Vector128 left, Vector128 mask) { throw null; }
- public static Vector256 PermuteVar(Vector256 left, Vector256 mask) { throw null; }
- public static Vector256 PermuteVar(Vector256 left, Vector256 mask) { throw null; }
+ public static Vector128 PermuteVar(Vector128 left, Vector128 control) { throw null; }
+ public static Vector128 PermuteVar(Vector128 left, Vector128 control) { throw null; }
+ public static Vector256 PermuteVar(Vector256 left, Vector256 control) { throw null; }
+ public static Vector256 PermuteVar(Vector256 left, Vector256 control) { throw null; }
public static Vector256 Reciprocal(Vector256 value) { throw null; }
public static Vector256 ReciprocalSqrt(Vector256 value) { throw null; }
public static Vector256 RoundToNearestInteger(Vector256 value) { throw null; }
@@ -677,9 +677,9 @@ internal Avx2() { }
public static Vector256 Permute4x64(Vector256 value, byte control) { throw null; }
public static Vector256 Permute4x64(Vector256 value, byte control) { throw null; }
public static Vector256 Permute4x64(Vector256 value, byte control) { throw null; }
- public static Vector256 PermuteVar8x32(Vector256 left, Vector256 mask) { throw null; }
- public static Vector256 PermuteVar8x32(Vector256 left, Vector256 mask) { throw null; }
- public static Vector256 PermuteVar8x32(Vector256 left, Vector256 mask) { throw null; }
+ public static Vector256 PermuteVar8x32(Vector256 left, Vector256 control) { throw null; }
+ public static Vector256 PermuteVar8x32(Vector256 left, Vector256 control) { throw null; }
+ public static Vector256 PermuteVar8x32(Vector256 left, Vector256 control) { throw null; }
public static Vector256 ShiftLeftLogical(Vector256 value, Vector128 count) { throw null; }
public static Vector256 ShiftLeftLogical(Vector256 value, Vector128 count) { throw null; }
public static Vector256 ShiftLeftLogical(Vector256 value, Vector128 count) { throw null; }
diff --git a/tools-local/ILAsmVersion.txt b/tools-local/ILAsmVersion.txt
index 5afb58ed3332..affea3b83888 100644
--- a/tools-local/ILAsmVersion.txt
+++ b/tools-local/ILAsmVersion.txt
@@ -1 +1 @@
-3.0.0-preview1-26822-04
\ No newline at end of file
+3.0.0-preview1-26824-01
\ No newline at end of file