Skip to content

Commit f56a19e

Browse files
authored
Merge pull request #6823 from davidkline-ms/msb083
Update version of MSBuild for Unity
2 parents 0bb00a3 + 8f83bc2 commit f56a19e

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.2";
21+
private static string MSBuildPackageVersion = "0.8.3";
2222

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

0 commit comments

Comments
 (0)