blob: cd67834fc04efcc05f83dc05e293594b983fb659 (
plain)
1
2
3
4
5
6
7
8
9
10
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" />
|