Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Fix file name casing for System.Xml.dll (#4)
Browse files Browse the repository at this point in the history
Fixes the file name case for `System.Xml.dll`. Upstream change also submitted to Roslyn as dotnet/roslyn#29246
  • Loading branch information
slide authored and akoeplinger committed Nov 6, 2018
1 parent f0feb4b commit 249709f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/r:System.Web.RegularExpressions.dll
/r:System.Web.Services.dll
/r:System.Windows.Forms.dll
/r:System.XML.dll
/r:System.Xml.dll

/r:System.Workflow.Activities.dll
/r:System.Workflow.ComponentModel.dll
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/r:System.Web.RegularExpressions.dll
/r:System.Web.Services.dll
/r:System.Windows.Forms.dll
/r:System.XML.dll
/r:System.Xml.dll

/r:System.Workflow.Activities.dll
/r:System.Workflow.ComponentModel.dll
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/r:System.Web.RegularExpressions.dll
/r:System.Web.Services.dll
/r:System.Windows.Forms.dll
/r:System.XML.dll
/r:System.Xml.dll

/r:System.Workflow.Activities.dll
/r:System.Workflow.ComponentModel.dll
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/r:System.Web.RegularExpressions.dll
/r:System.Web.Services.dll
/r:System.Windows.Forms.dll
/r:System.XML.dll
/r:System.Xml.dll

/r:System.Workflow.Activities.dll
/r:System.Workflow.ComponentModel.dll
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/r:System.Web.RegularExpressions.dll
/r:System.Web.Services.dll
/r:System.Windows.Forms.dll
/r:System.XML.dll
/r:System.Xml.dll

/r:System.Workflow.Activities.dll
/r:System.Workflow.ComponentModel.dll
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/r:System.Web.RegularExpressions.dll
/r:System.Web.Services.dll
/r:System.Windows.Forms.dll
/r:System.XML.dll
/r:System.Xml.dll

/r:System.Workflow.Activities.dll
/r:System.Workflow.ComponentModel.dll
Expand Down

0 comments on commit 249709f

Please sign in to comment.