Skip to content

Commit 384d8ae

Browse files
authored
Merge pull request #7209 from davidkline-ms/updateMSBuildForUnity
Update to latest msbuild for unity
2 parents ab7a0f1 + 59fb7c3 commit 384d8ae

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
@@ -18,7 +18,7 @@ internal static class PackageManifestUpdater
1818
private static string[] MSBuildRegistryScopes = new string[] { "com.microsoft" };
1919

2020
private static string MSBuildPackageName = "com.microsoft.msbuildforunity";
21-
private static string MSBuildPackageVersion = "0.8.3";
21+
private static string MSBuildPackageVersion = "0.9.1";
2222

2323
/// <summary>
2424
/// Ensures the required settings exist in the package manager to allow for

0 commit comments

Comments
 (0)