Skip to content

Commit d4cc757

Browse files
committed
fix: UAP referencing wrong version in events
1 parent 79d2aac commit d4cc757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactiveUI.Events/ReactiveUI.Events.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
</ItemGroup>
1717

1818
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
19-
<SDKReference Include="WindowsDesktop, Version=10.0.17763.0">
19+
<SDKReference Include="WindowsDesktop, Version=10.0.16299.0">
2020
<Name>Windows Desktop Extensions for the UWP</Name>
2121
</SDKReference>
22-
<SDKReference Include="WindowsMobile, Version=10.0.17763.0">
22+
<SDKReference Include="WindowsMobile, Version=10.0.16299.0">
2323
<Name>Windows Mobile Extensions for the UWP</Name>
2424
</SDKReference>
2525
<Compile Include="Events_uwp.cs" Condition="Exists('Events_uwp.cs')" />

0 commit comments

Comments
 (0)