Skip to content

Commit

Permalink
Tests: update to the new SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Aug 8, 2023
1 parent ae757b5 commit c1d8b5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/WpfMath.net462.verified.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ public FormulaControl() { }
public int SelectionLength { get { throw null; } set { } }
public int SelectionStart { get { throw null; } set { } }
public string SystemTextFontName { get { throw null; } set { } }
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.9.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.10.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute]
public void InitializeComponent() { }
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.9.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.10.0")]
[System.ComponentModel.EditorBrowsableAttribute(1)]
[System.Diagnostics.DebuggerNonUserCodeAttribute]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { }
Expand Down
4 changes: 2 additions & 2 deletions api/WpfMath.net6.0.verified.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ public FormulaControl() { }
public int SelectionLength { get { throw null; } set { } }
public int SelectionStart { get { throw null; } set { } }
public string SystemTextFontName { get { throw null; } set { } }
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.9.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.10.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute]
public void InitializeComponent() { }
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.9.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.10.0")]
[System.ComponentModel.EditorBrowsableAttribute(1)]
[System.Diagnostics.DebuggerNonUserCodeAttribute]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { }
Expand Down

0 comments on commit c1d8b5d

Please sign in to comment.