Skip to content

Commit

Permalink
Update target sdk versions for 8.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Feb 28, 2024
1 parent b6b0e5c commit 25355ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.144</TizenWorkloadVersion>
<TizenWorkloadVersion>8.0.145</TizenWorkloadVersion>
</PropertyGroup>

<!--
Expand All @@ -33,7 +33,7 @@
Dotnet SDK versions for building the workload.
-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.200</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>8.0.0-beta.23307.1</MicrosoftDotNetBuildTasksFeedPackageVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100-rc.2" = "7.0.125";
"$ManifestBaseName-8.0.100-rtm" = "7.0.127";
"$ManifestBaseName-8.0.100" = "8.0.144";
"$ManifestBaseName-8.0.200" = "8.0.142";
"$ManifestBaseName-8.0.200" = "8.0.145";
}

function New-TemporaryDirectory {
Expand Down
2 changes: 1 addition & 1 deletion workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-8.0.100-rc.2=7.0.125"
"$MANIFEST_BASE_NAME-8.0.100-rtm=7.0.127"
"$MANIFEST_BASE_NAME-8.0.100=8.0.144"
"$MANIFEST_BASE_NAME-8.0.200=8.0.142"
"$MANIFEST_BASE_NAME-8.0.200=8.0.145"
)

while [ $# -ne 0 ]; do
Expand Down

0 comments on commit 25355ce

Please sign in to comment.