Skip to content

Commit

Permalink
Bump up dotnet sdk to 8.0.400
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Aug 14, 2024
1 parent c909ece commit af6fd79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.149</TizenWorkloadVersion>
<TizenWorkloadVersion>8.0.151</TizenWorkloadVersion>
</PropertyGroup>

<!--
Expand All @@ -33,7 +33,7 @@
Dotnet SDK versions for building the workload.
-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.300</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.400</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>8.0.0-beta.23307.1</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 @@ -54,6 +54,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100" = "8.0.144";
"$ManifestBaseName-8.0.200" = "8.0.145";
"$ManifestBaseName-8.0.300" = "8.0.149";
"$ManifestBaseName-8.0.400" = "8.0.151";
}

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 @@ -39,6 +39,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-8.0.100=8.0.144"
"$MANIFEST_BASE_NAME-8.0.200=8.0.145"
"$MANIFEST_BASE_NAME-8.0.300=8.0.149"
"$MANIFEST_BASE_NAME-8.0.400=8.0.151"
)

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

0 comments on commit af6fd79

Please sign in to comment.