Skip to content

Commit 373e091

Browse files
author
davidkline-ms
committed
update min msbuild for unity version
1 parent 1ad8927 commit 373e091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Utilities/Editor/PackageManifest/PackageManifestUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ internal static class PackageManifestUpdater
2323
private static string[] MSBuildRegistryScopes = new string[] { "com.microsoft" };
2424

2525
internal const string MSBuildPackageName = "com.microsoft.msbuildforunity";
26-
internal const string MSBuildPackageVersion = "0.9.1-20200131.12";
26+
internal const string MSBuildPackageVersion = "0.9.1-20200131.14";
2727

2828
/// <summary>
2929
/// Finds and returns the fully qualified path to the Unity Package Manager manifest

0 commit comments

Comments
 (0)