-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #412 from unoplatform/dev/jela/53-update
chore: Move to uno 5.3
- Loading branch information
Showing
176 changed files
with
599 additions
and
3,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="MyApp (Desktop)" type="LaunchSettings" factoryName=".NET Launch Settings Profile"> | ||
<option name="LAUNCH_PROFILE_PROJECT_FILE_PATH" value="$PROJECT_DIR$/MyApp/MyApp.csproj" /> | ||
<option name="LAUNCH_PROFILE_TFM" value="net8.0-desktop" /> | ||
<option name="LAUNCH_PROFILE_NAME" value="MyApp (Desktop)" /> | ||
<option name="USE_EXTERNAL_CONSOLE" value="0" /> | ||
<option name="USE_MONO" value="0" /> | ||
<option name="RUNTIME_ARGUMENTS" value="" /> | ||
<option name="GENERATE_APPLICATIONHOST_CONFIG" value="1" /> | ||
<option name="SHOW_IIS_EXPRESS_OUTPUT" value="0" /> | ||
<option name="SEND_DEBUG_REQUEST" value="1" /> | ||
<option name="ADDITIONAL_IIS_EXPRESS_ARGUMENTS" value="" /> | ||
<method v="2"> | ||
<option name="Build" /> | ||
</method> | ||
</configuration> | ||
<configuration default="false" name="MyApp (WebAssembly IIS Express)" type="LaunchSettings" factoryName=".NET Launch Settings Profile"> | ||
<option name="LAUNCH_PROFILE_PROJECT_FILE_PATH" value="$PROJECT_DIR$/MyApp/MyApp.csproj" /> | ||
<option name="LAUNCH_PROFILE_TFM" value="net8.0-browserwasm" /> | ||
<option name="LAUNCH_PROFILE_NAME" value="MyApp (WebAssembly IIS Express)" /> | ||
<option name="USE_EXTERNAL_CONSOLE" value="0" /> | ||
<option name="USE_MONO" value="0" /> | ||
<option name="RUNTIME_ARGUMENTS" value="" /> | ||
<option name="GENERATE_APPLICATIONHOST_CONFIG" value="1" /> | ||
<option name="SHOW_IIS_EXPRESS_OUTPUT" value="0" /> | ||
<option name="SEND_DEBUG_REQUEST" value="1" /> | ||
<option name="ADDITIONAL_IIS_EXPRESS_ARGUMENTS" value="" /> | ||
<method v="2"> | ||
<option name="Build" /> | ||
</method> | ||
</configuration> | ||
<configuration default="false" name="MyApp (WebAssembly)" type="LaunchSettings" factoryName=".NET Launch Settings Profile"> | ||
<option name="LAUNCH_PROFILE_PROJECT_FILE_PATH" value="$PROJECT_DIR$/MyApp/MyApp.csproj" /> | ||
<option name="LAUNCH_PROFILE_TFM" value="net8.0-browserwasm" /> | ||
<option name="LAUNCH_PROFILE_NAME" value="MyApp (WebAssembly)" /> | ||
<option name="USE_EXTERNAL_CONSOLE" value="0" /> | ||
<option name="USE_MONO" value="0" /> | ||
<option name="RUNTIME_ARGUMENTS" value="" /> | ||
<option name="GENERATE_APPLICATIONHOST_CONFIG" value="1" /> | ||
<option name="SHOW_IIS_EXPRESS_OUTPUT" value="0" /> | ||
<option name="SEND_DEBUG_REQUEST" value="1" /> | ||
<option name="ADDITIONAL_IIS_EXPRESS_ARGUMENTS" value="" /> | ||
<method v="2"> | ||
<option name="Build" /> | ||
</method> | ||
</configuration> | ||
<configuration default="false" name="MyApp (WinAppSDK Unpackaged)" type="LaunchSettings" factoryName=".NET Launch Settings Profile"> | ||
<option name="LAUNCH_PROFILE_PROJECT_FILE_PATH" value="$PROJECT_DIR$/MyApp/MyApp.csproj" /> | ||
<option name="LAUNCH_PROFILE_TFM" value="net8.0-windows10.0.19041.0" /> | ||
<option name="LAUNCH_PROFILE_NAME" value="MyApp (WinAppSDK Unpackaged)" /> | ||
<option name="USE_EXTERNAL_CONSOLE" value="0" /> | ||
<option name="USE_MONO" value="0" /> | ||
<option name="RUNTIME_ARGUMENTS" value="" /> | ||
<option name="GENERATE_APPLICATIONHOST_CONFIG" value="1" /> | ||
<option name="SHOW_IIS_EXPRESS_OUTPUT" value="0" /> | ||
<option name="SEND_DEBUG_REQUEST" value="1" /> | ||
<option name="ADDITIONAL_IIS_EXPRESS_ARGUMENTS" value="" /> | ||
<method v="2"> | ||
<option name="Build" /> | ||
</method> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# About the `.run` folder | ||
|
||
This folder is present to add support for the [Rider IDE](https://aka.platform.uno/rider-getstarted). You can remove this folder safely if you're not using Rider. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
<Project> | ||
<ItemGroup> | ||
<!-- Removes native usings to avoid Ambiguous reference --> | ||
<Using Remove="@(Using->HasMetadata('Platform'))" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,10 @@ | ||
<Project ToolsVersion="15.0"> | ||
<Project ToolsVersion="15.0"> | ||
<!-- | ||
To update the version of Uno, you should instead update the Sdk version in the global.json file. | ||
See https://aka.platform.uno/using-uno-sdk for more information. | ||
See https://aka.platform.uno/using-uno-sdk#implicit-packages for more information regarding the Implicit Packages. | ||
--> | ||
<ItemGroup> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="7.0.5" /> | ||
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" /> | ||
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" /> | ||
<PackageVersion Include="SkiaSharp.Skottie" Version="2.88.6" /> | ||
<PackageVersion Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.6" /> | ||
<PackageVersion Include="Uno.Core.Extensions.Logging.Singleton" Version="4.0.1" /> | ||
<PackageVersion Include="Uno.Extensions.Logging.OSLog" Version="1.7.0" /> | ||
<PackageVersion Include="Uno.Extensions.Logging.WebAssembly.Console" Version="1.7.0" /> | ||
<PackageVersion Include="Uno.Resizetizer" Version="1.2.0" /> | ||
<PackageVersion Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.19" /> | ||
<PackageVersion Include="Uno.UniversalImageLoader" Version="1.9.36" /> | ||
<PackageVersion Include="Uno.Wasm.Bootstrap" Version="7.0.31" /> | ||
<PackageVersion Include="Uno.Wasm.Bootstrap.DevServer" Version="7.0.31" /> | ||
<PackageVersion Include="Uno.Wasm.Bootstrap.Server" Version="7.0.31" /> | ||
<PackageVersion Include="Uno.WinUI" Version="5.0.19" /> | ||
<PackageVersion Include="Uno.WinUI.Lottie" Version="5.0.19" /> | ||
<PackageVersion Include="Uno.WinUI.DevServer" Version="5.0.19" /> | ||
<PackageVersion Include="Uno.WinUI.Skia.Gtk" Version="5.0.19" /> | ||
<PackageVersion Include="Uno.WinUI.Skia.Linux.FrameBuffer" Version="5.0.19" /> | ||
<PackageVersion Include="Uno.WinUI.Skia.Wpf" Version="5.0.19" /> | ||
<PackageVersion Include="Uno.WinUI.WebAssembly" Version="5.0.19" /> | ||
<PackageVersion Include="Xamarin.Google.Android.Material" Version="1.10.0.1" /> | ||
</ItemGroup> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.