diff --git a/src/ReactiveUI.Events/ReactiveUI.Events.csproj b/src/ReactiveUI.Events/ReactiveUI.Events.csproj index 836ec679c0..31596662f7 100644 --- a/src/ReactiveUI.Events/ReactiveUI.Events.csproj +++ b/src/ReactiveUI.Events/ReactiveUI.Events.csproj @@ -17,6 +17,12 @@ + + Windows Desktop Extensions for the UWP + + + Windows Mobile Extensions for the UWP + diff --git a/src/ReactiveUI.Tests/Platforms/wpf/API/ApiApprovalTests.Wpf.net461.approved.txt b/src/ReactiveUI.Tests/Platforms/wpf/API/ApiApprovalTests.Wpf.net461.approved.txt index 1fd8a824c2..61423593e4 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/API/ApiApprovalTests.Wpf.net461.approved.txt +++ b/src/ReactiveUI.Tests/Platforms/wpf/API/ApiApprovalTests.Wpf.net461.approved.txt @@ -121,4 +121,16 @@ namespace ReactiveUI.Wpf public Registrations() { } public void Register(System.Action, System.Type> registerFunction) { } } +} +namespace XamlGeneratedNamespace +{ + public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper + { + public GeneratedInternalTypeHelper() { } + protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { } + protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { } + protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { } + protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { } + protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { } + } } \ No newline at end of file diff --git a/src/global.json b/src/global.json index ddab91af6c..1e4edb34a6 100644 --- a/src/global.json +++ b/src/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "MSBuild.Sdk.Extras": "2.0.24" + "MSBuild.Sdk.Extras": "1.6.68" } } diff --git a/version.json b/version.json index e03f7d0f40..75a1e504c3 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "9.14", + "version": "9.15", "publicReleaseRefSpec": [ "^refs/heads/master$", // we release out of master "^refs/heads/develop$", // we release out of develop