File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
MixedRealityToolkit.Providers/WindowsMixedReality/Shared/DotNetAdapter
MixedRealityToolkit/Utilities/Editor/PackageManifest Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 <releaseNotes >$releaseNotes$</releaseNotes >
1515 <tags >Unity MixedReality MixedRealityToolkit MRTK</tags >
1616 <dependencies >
17- <dependency id =" Microsoft.Windows.MixedReality.DotNetWinRT" version =" 0.5.1037 " />
17+ <dependency id =" Microsoft.Windows.MixedReality.DotNetWinRT" version =" 0.5.1043 " />
1818 </dependencies >
1919 <contentFiles >
2020 <files include =" any\any\.PkgSrc\**" buildAction =" None" copyToOutput =" false" />
Original file line number Diff line number Diff line change 1919 <Import Project =" Sdk.props" Sdk =" Microsoft.Build.NoTargets" Version =" 1.0.85" />
2020
2121 <ItemGroup >
22- <PackageReference Include =" Microsoft.Windows.MixedReality.DotNetWinRT" Version =" 0.5.1037 " />
22+ <PackageReference Include =" Microsoft.Windows.MixedReality.DotNetWinRT" Version =" 0.5.1043 " />
2323 </ItemGroup >
2424
2525 <Import Project =" Sdk.targets" Sdk =" Microsoft.Build.NoTargets" Version =" 1.0.85" />
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments