Skip to content

Commit 9a43771

Browse files
authored
Remove BOM from Version.Details (#12018)
Backflow PRs are currently failing because Version.Details.xml has a BOM. The result of this is that Maestro can't parse it properly as it has the BOM () in the beginning of the file
2 parents 0286b0e + 1eff736 commit 9a43771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<Source Uri="https://github.com/dotnet/dotnet" Mapping="razor" Sha="f5705c8f4c5079bba77bae8698ba1583bde0388c" BarId="269610" />
44
<ProductDependencies>

0 commit comments

Comments
 (0)