Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,16 @@
<!-- Versions: Directory.Packages.props (Central Package Management). PrivateAssets=all is implicit. -->
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies"
Condition=" $(UseMaui) != 'true' " />
Condition=" $(UseMaui) != 'true' " />
<PackageReference Include="Nerdbank.GitVersioning"
Condition=" $(DISABLE_GITVERSIONING) != 'true' AND !$(MSBuildProjectDirectory.Contains('e2e')) " />
Condition=" $(DISABLE_GITVERSIONING) != 'true' AND !$(MSBuildProjectDirectory.Contains('e2e')) " />
<PackageReference Include="Microsoft.SourceLink.GitHub"
Condition=" $(IsPackable) " />
Condition=" $(IsPackable) ">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Sbom.Targets"
Condition=" $(IsPackable) " />
Condition=" $(IsPackable) " />
</ItemGroup>

</Project>
12 changes: 6 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<ItemGroup>
<PackageVersion Include="PolySharp" Version="1.14.1" />
<PackageVersion Include="PolySharp" Version="1.15.0" />
<PackageVersion Include="Prism.Container.Abstractions" Version="9.0.114" />
<PackageVersion Include="Prism.Container.DryIoc" Version="9.0.114" />
<PackageVersion Include="Prism.Container.Unity" Version="9.0.114" />
Expand Down Expand Up @@ -38,10 +38,10 @@
<PackageVersion Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="$(UnoVersion)" />
<PackageVersion Include="Uno.Core.Extensions.Logging.Singleton" Version="4.1.1" />
<PackageVersion Include="Uno.Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.4.2" />
<PackageVersion Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" />
<PackageVersion Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.1" />
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.2.221109.1" Condition="$(MSBuildProjectName.Contains('Prism'))" />
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.7.250909003" Condition="!$(MSBuildProjectName.Contains('Prism'))" />
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.6901" />
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.1839" />
<PackageVersion Include="SkiaSharp.Views.Uno.WinUI" Version="3.119.1" />
<PackageVersion Include="SkiaSharp.Skottie" Version="3.119.1" />
<PackageVersion Include="Uno.Resizetizer" Version="1.12.1" />
Expand All @@ -54,7 +54,7 @@
<PackageVersion Include="Uno.Toolkit.WinUI" Version="8.3.2" />
<PackageVersion Include="Uno.Extensions.Hosting.WinUI" Version="7.0.4" />
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageVersion Include="Xamarin.Google.Android.Material" Version="1.12.0.4" />
<PackageVersion Include="Xamarin.Google.Android.Material" Version="1.12.0.4" Condition="$(TargetFramework.StartsWith('net9.0'))" />
<PackageVersion Include="Xamarin.Google.Android.Material" Version="1.12.0.5" Condition="$(TargetFramework.StartsWith('net10.0'))" />
<PackageVersion Include="Uno.UniversalImageLoader" Version="1.9.37" />
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="8.0.0" />
Expand All @@ -72,7 +72,7 @@
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="10.0.0" />
<PackageVersion Include="System.CodeDom" Version="8.0.0" />
</ItemGroup>
<!-- Tests -->
<!-- Tests -->
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
Expand Down Expand Up @@ -102,7 +102,7 @@
<!-- GlobalPackageReference in Directory.Build.props — build-only; not transitive to package consumers -->
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.9.50" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.300" />
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion e2e/Uno/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project>
<PropertyGroup>
<DotNetVersion>net10.0</DotNetVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsUnoProject>true</IsUnoProject>
Expand Down

This file was deleted.

22 changes: 0 additions & 22 deletions e2e/Uno/HelloWorld.Mobile/Android/Resources/values/Styles.xml

This file was deleted.

78 changes: 0 additions & 78 deletions e2e/Uno/HelloWorld.Mobile/HelloWorld.Mobile.csproj

This file was deleted.

26 changes: 0 additions & 26 deletions e2e/Uno/HelloWorld.Mobile/MacCatalyst/Info.plist

This file was deleted.

14 changes: 0 additions & 14 deletions e2e/Uno/HelloWorld.Mobile/MacCatalyst/Main.maccatalyst.cs

This file was deleted.

6 changes: 0 additions & 6 deletions e2e/Uno/HelloWorld.Mobile/iOS/Entitlements.plist

This file was deleted.

43 changes: 0 additions & 43 deletions e2e/Uno/HelloWorld.Mobile/iOS/Info.plist

This file was deleted.

14 changes: 0 additions & 14 deletions e2e/Uno/HelloWorld.Mobile/iOS/Main.iOS.cs

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions e2e/Uno/HelloWorld.Shared/AppHead.xaml

This file was deleted.

17 changes: 0 additions & 17 deletions e2e/Uno/HelloWorld.Shared/AppHead.xaml.cs

This file was deleted.

Loading
Loading