summarylogtreecommitdiffstats
path: root/fix_dotnet_case.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_dotnet_case.patch')
-rw-r--r--fix_dotnet_case.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix_dotnet_case.patch b/fix_dotnet_case.patch
new file mode 100644
index 000000000000..cd67834fc04e
--- /dev/null
+++ b/fix_dotnet_case.patch
@@ -0,0 +1,11 @@
+diff --git a/mono/build/update_bundled_bits.proj b/mono/build/update_bundled_bits.proj
+index eb4cee4d..0f9ebd3a 100644
+--- a/mono/build/update_bundled_bits.proj
++++ b/mono/build/update_bundled_bits.proj
+@@ -1,5 +1,5 @@
+ <Project DefaultTargets="FetchAndUpdateSdksAndNuGets">
+- <Import Project="$(MSBuildThisFileDirectory)\DotnetBitsVersions.props" />
++ <Import Project="$(MSBuildThisFileDirectory)\DotNetBitsVersions.props" />
+
+ <Target Name="Build" DependsOnTargets="FetchAndUpdateSdksAndNuGets" />
+