-
Notifications
You must be signed in to change notification settings - Fork 43
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 #1177 from unoplatform/dev/jela/net9
chore: Update to net9
- Loading branch information
Showing
30 changed files
with
608 additions
and
287 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ on: | |
jobs: | ||
build_and_deploy_job: | ||
env: | ||
DIST_PATH: Uno.Gallery/bin/Release/net8.0-browserwasm/dist | ||
DIST_PATH: Uno.Gallery/bin/Release/net9.0-browserwasm/publish/wwwroot | ||
|
||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') | ||
runs-on: ubuntu-latest | ||
|
@@ -26,6 +26,17 @@ jobs: | |
fetch-depth: 0 # Required for gitversion | ||
submodules: true | ||
|
||
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '9.0.100-rc.2.24474.11' | ||
include-prerelease: true | ||
|
||
- run: | | ||
cd Uno.Gallery | ||
dotnet workload install wasm-tools | ||
name: Setup Workloads | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
|
@@ -38,19 +49,21 @@ jobs: | |
useConfigFile: true | ||
configFilePath: build/gitversion.yml | ||
|
||
- name: Setup .NET SDK | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '8.0.100' | ||
|
||
- run: | | ||
cd Uno.Gallery | ||
dotnet build -c Release -p:TargetFrameworkOverride=net8.0-browserwasm "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}" | ||
dotnet publish -c Release -f net9.0-browserwasm "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}" /bl:../binlogs/output.binlog | ||
name: Build Gallery | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: wasm-site | ||
path: ${{ env.DIST_PATH }} | ||
|
||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: logs | ||
path: binlogs | ||
|
||
- name: Publish to Azure Static WebApps | ||
id: builddeploy_uno | ||
continue-on-error: true | ||
|
@@ -68,7 +81,7 @@ jobs: | |
|
||
close_pull_request_job: | ||
if: github.event_name == 'pull_request' && github.event.action == 'closed' | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-latest | ||
name: Close Pull Request Job | ||
steps: | ||
- name: Close Pull Request | ||
|
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,39 +1,42 @@ | ||
<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. | ||
--> | ||
<ItemGroup> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" /> | ||
<PackageVersion Include="NUnit" Version="3.14.0" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.2.0" /> | ||
<PackageVersion Include="NunitXml.TestLogger" Version="3.1.15" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="Uno.UITest.Helpers" Version="1.1.0-dev.70" /> | ||
<PackageVersion Include="Xamarin.UITest" Version="4.3.5" /> | ||
<ItemGroup> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" /> | ||
<PackageVersion Include="NUnit" Version="3.14.0" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.2.0" /> | ||
<PackageVersion Include="NunitXml.TestLogger" Version="3.1.15" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="Uno.UITest.Helpers" Version="1.1.0-dev.70" /> | ||
<PackageVersion Include="Xamarin.UITest" Version="4.4.0" /> | ||
|
||
<PackageVersion Include="Uno.ShowMeTheXAML" Version="2.0.0-dev0015" /> | ||
<PackageVersion Include="Uno.ShowMeTheXAML.MSBuild" Version="2.0.0-dev0015" /> | ||
<PackageVersion Include="Uno.ShowMeTheXAML" Version="2.0.0-dev0015" /> | ||
<PackageVersion Include="Uno.ShowMeTheXAML.MSBuild" Version="2.0.0-dev0015" /> | ||
|
||
<PackageVersion Include="Uno.CommunityToolkit.WinUI.UI.Controls" Version="7.1.200" /> | ||
<PackageVersion Include="Uno.CommunityToolkit.WinUI.UI.Controls.DataGrid" Version="7.1.200" /> | ||
<PackageVersion Include="Uno.Core.Extensions.Compatibility" Version="4.0.1" /> | ||
<PackageVersion Include="Uno.Core.Extensions.Disposables" Version="4.0.1" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Lottie" Version="8.0.280225" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.UI.Controls" Version="7.1.2" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.UI.Controls.DataGrid" Version="7.1.2" /> | ||
<PackageVersion Include="VideoLAN.LibVLC.Windows" Version="3.0.18" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.TypeScript.Compiler" Version="3.1.5" /> | ||
<PackageVersion Include="Microsoft.TypeScript.MSBuild" Version="4.6.4" /> | ||
<PackageVersion Include="nventive.Nimue.Application.Packaging" Version="0.1.0-alpha.58" /> | ||
<PackageVersion Include="Xamarin.TestCloud.Agent" Version="0.23.2" /> | ||
<PackageVersion Include="Uno.CommunityToolkit.WinUI.UI.Controls" Version="7.1.200" /> | ||
<PackageVersion Include="Uno.CommunityToolkit.WinUI.UI.Controls.DataGrid" Version="7.1.200" /> | ||
<PackageVersion Include="Uno.Core.Extensions.Compatibility" Version="4.0.1" /> | ||
<PackageVersion Include="Uno.Core.Extensions.Disposables" Version="4.0.1" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Lottie" Version="8.0.280225" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.UI.Controls" Version="7.1.2" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.UI.Controls.DataGrid" Version="7.1.2" /> | ||
<PackageVersion Include="VideoLAN.LibVLC.Windows" Version="3.0.18" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0-rc.2.24473.5" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0-rc.2.24473.5" /> | ||
<PackageVersion Include="Microsoft.TypeScript.Compiler" Version="3.1.5" /> | ||
<PackageVersion Include="Microsoft.TypeScript.MSBuild" Version="4.6.4" /> | ||
<PackageVersion Include="nventive.Nimue.Application.Packaging" Version="0.1.0-alpha.58" /> | ||
<PackageVersion Include="Xamarin.TestCloud.Agent" Version="0.23.2" /> | ||
|
||
</ItemGroup> | ||
<PackageVersion Include="Uno.Wasm.Bootstrap" Version="9.1.0-dev.41" /> | ||
<PackageVersion Include="Uno.Wasm.Bootstrap.DevServer" Version="9.1.0-dev.41" /> | ||
|
||
</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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.