Skip to content

Commit

Permalink
housekeeping: Remove Requirements for the Latest SDK (#3580)
Browse files Browse the repository at this point in the history
By removing the latest SDK we will automatically fall back to our target framework 19041 this will ensure that we dont use components that are not compatible with older versions of windows 10 whilst enabling the end user a simple means of using the library with the SDK automatically being by the IDE selecting the correct SDK based upon the end users Target choices
  • Loading branch information
ChrisPulman authored Jul 9, 2023
1 parent 65bce34 commit 6d309b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ReactiveUI.Maui/ReactiveUI.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<PropertyGroup Condition="$(TargetFramework.EndsWith('-windows10.0.19041.0'))">
<DefineConstants>$(DefineConstants);WINUI_TARGET;</DefineConstants>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.EndsWith('-windows10.0.19041.0'))">
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.230602002" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ReactiveUI\ReactiveUI.csproj" />
Expand Down

0 comments on commit 6d309b2

Please sign in to comment.