summarylogtreecommitdiffstats
path: root/fix_dotnet_case.patch
diff options
context:
space:
mode:
authorTorge Matthies2019-08-22 17:11:38 +0200
committerTorge Matthies2019-08-22 17:13:03 +0200
commit14d99fb3bccd8b323fc3480769af5cadabada52c (patch)
treed9aecc5f0bde64f14ab023609f81f86cbcf12335 /fix_dotnet_case.patch
parentb682a5873bbc4f1b9a66f88df717ae2faf4d2d4a (diff)
downloadaur-14d99fb3bccd8b323fc3480769af5cadabada52c.tar.gz
First version of msbuild-git, based on the msbuild AUR package.
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" />
+