Skip to content

Commit 2733b02

Browse files
committed
Updating ShowMeTheXaml to no longer need binding redirect
1 parent 2dc9a8c commit 2733b02

File tree

4 files changed

+212
-221
lines changed

4 files changed

+212
-221
lines changed

MainDemo.Wpf/App.config

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,4 @@
66
<appSettings>
77
<add key="GitHub" value="https://github.com/ButchersBoy/MaterialDesignInXamlToolkit"/>
88
</appSettings>
9-
<!-- Can be removed once ShowMeTheXaml.AvalonEdit is updated -->
10-
<runtime>
11-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
12-
<dependentAssembly>
13-
<assemblyIdentity name="ICSharpCode.AvalonEdit" publicKeyToken="9cc39be672370310" culture="neutral"/>
14-
<bindingRedirect oldVersion="6.0.178.0" newVersion="6.0.0.0"/>
15-
</dependentAssembly>
16-
</assemblyBinding>
17-
</runtime>
189
</configuration>

paket-files/paket.restore.cached

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packagesDownloadedHash": "59034105E5C4020927FB8CC0D77314F1A995B435244ACFDAE3CA2C411FC4FA15",
3-
"projectsRestoredHash": "59034105E5C4020927FB8CC0D77314F1A995B435244ACFDAE3CA2C411FC4FA15"
2+
"packagesDownloadedHash": "9BC4EBFAFD1BCFFF3CD30345E4EE71ED17BA183FF438BA2FB20373375D2B7CA1",
3+
"projectsRestoredHash": "9BC4EBFAFD1BCFFF3CD30345E4EE71ED17BA183FF438BA2FB20373375D2B7CA1"
44
}

paket.dependencies

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ nuget System.Net.Http >= 4.0
99
nuget xunit ~> 2.4
1010
nuget xunit.runner.visualstudio ~> 2.4
1111
nuget Xunit.StaFact ~> 1.0.11-beta
12-
nuget ShowMeTheXAML 1.1.0-ci70 ci
13-
nuget ShowMeTheXAML.AvalonEdit 1.1.0-ci70 ci
14-
nuget ShowMeTheXAML.MSBuild 1.1.0-ci70 ci
12+
nuget ShowMeTheXAML 1.1.0-ci71 ci
13+
nuget ShowMeTheXAML.AvalonEdit 1.1.0-ci71 ci
14+
nuget ShowMeTheXAML.MSBuild 1.1.0-ci71 ci
1515

1616
nuget Microsoft.CSharp ~> 4.6.0
1717
nuget System.Data.DataSetExtensions ~> 4.6.0-preview3.19128.7

0 commit comments

Comments
 (0)