Skip to content

Commit

Permalink
Housekeeping Remove Net 7.0, Update packages (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman authored Sep 18, 2024
1 parent 50e8aa8 commit d0bcb12
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageTags>mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;net;unoplatform</PackageTags>
<UnoTargetFrameworks>net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst;net7.0-macos;net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-macos</UnoTargetFrameworks>
<UnoTargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-macos</UnoTargetFrameworks>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
Expand Down Expand Up @@ -76,9 +76,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.141" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" PrivateAssets="all" />
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.4" PrivateAssets="All" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.5" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
Expand Down
6 changes: 3 additions & 3 deletions src/ReactiveUI.Uno.WinUI/ReactiveUI.Uno.WinUI.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>$(UnoTargetFrameworks);net7.0-windows10.0.19041.0;net8.0-windows10.0.19041.0</TargetFrameworks>
<TargetFrameworks>$(UnoTargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
<PackageId>ReactiveUI.Uno.WinUI</PackageId>
<PackageDescription>Contains the ReactiveUI platform specific extensions for Uno WinUI</PackageDescription>
<DefineConstants>$(DefineConstants);HAS_WINUI</DefineConstants>
Expand All @@ -16,8 +16,8 @@
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Uno.WinUI" Version="5.2.175" />
<PackageReference Include="ReactiveUI" Version="20.1.1" />
<PackageReference Include="Uno.WinUI" Version="5.3.144" />
<PackageReference Include="ReactiveUI" Version="20.1.52" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\ReactiveUI.Uno\Common\*.cs" LinkBase="Common\" />
Expand Down
4 changes: 2 additions & 2 deletions src/ReactiveUI.Uno/ReactiveUI.Uno.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Uno.UI" Version="5.2.175" />
<PackageReference Include="ReactiveUI" Version="20.1.1" />
<PackageReference Include="Uno.UI" Version="5.3.144" />
<PackageReference Include="ReactiveUI" Version="20.1.52" />
</ItemGroup>
</Project>

0 comments on commit d0bcb12

Please sign in to comment.