Skip to content

Commit

Permalink
Bump Up dotnet sdk to 9.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Nov 15, 2024
1 parent 3c9d76e commit ed9c07e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-workload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: make test
working-directory: ./workload

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: tizen-workload-pkgs
path: ./workload/out/nuget-unsigned/*.nupkg
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Install Github Package Registry Tool
run: dotnet tool install --global --no-cache gpr

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: tizen-workload-pkgs

Expand Down
4 changes: 2 additions & 2 deletions workload/build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
example: -preview.3.100+sha12345
-->
<PropertyGroup>
<TizenWorkloadVersion>8.0.152</TizenWorkloadVersion>
<TizenWorkloadVersion>8.0.158</TizenWorkloadVersion>
</PropertyGroup>

<!--
Expand All @@ -33,7 +33,7 @@
Dotnet SDK versions for building the workload.
-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>9.0.100-rc.1.24423.2</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>9.0.100</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.23614.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-9.0.100-preview.2" = "8.0.137";
"$ManifestBaseName-9.0.100-preview.3" = "8.0.148";
"$ManifestBaseName-9.0.100-rc.1" = "8.0.152";
"$ManifestBaseName-9.0.100" = "8.0.158";
}

function New-TemporaryDirectory {
Expand Down
1 change: 1 addition & 0 deletions workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-9.0.100-preview.2=8.0.137"
"$MANIFEST_BASE_NAME-9.0.100-preview.3=8.0.148"
"$MANIFEST_BASE_NAME-9.0.100-rc.1=8.0.152"
"$MANIFEST_BASE_NAME-9.0.100=8.0.158"
)

while [ $# -ne 0 ]; do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ Copyright (c) Samsung All rights reserved.
<SupportedAPILevel Include="v10.0" MappedAPIVersion="7.0"/>
<SupportedAPILevel Include="v11.0" MappedAPIVersion="8.0"/>
<SupportedAPILevel Include="v12.0" MappedAPIVersion="9.0"/>
<SupportedAPILevel Include="v13.0" MappedAPIVersion="10.0"/>
</ItemGroup>

<ItemGroup>
<TizenSdkSupportedTargetPlatformVersion Include="6.5" />
<TizenSdkSupportedTargetPlatformVersion Include="7.0" />
<TizenSdkSupportedTargetPlatformVersion Include="8.0" />
<TizenSdkSupportedTargetPlatformVersion Include="9.0" />
<TizenSdkSupportedTargetPlatformVersion Include="10.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ed9c07e

Please sign in to comment.