Skip to content

Commit

Permalink
Bump up dotnet sdk 9.0.100-preview.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Jan 26, 2024
1 parent 581163e commit 64ad229
Show file tree
Hide file tree
Showing 3 changed files with 6 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.134</TizenWorkloadVersion>
<TizenWorkloadVersion>8.0.135</TizenWorkloadVersion>
</PropertyGroup>

<!--
Expand All @@ -33,7 +33,7 @@
Dotnet SDK versions for building the workload.
-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>9.0.100-alpha.1.23617.1</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>9.0.100-preview.1.24075.5</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.23614.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
</PropertyGroup>
</Project>
3 changes: 2 additions & 1 deletion workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100-rc.2" = "7.0.125";
"$ManifestBaseName-8.0.100-rtm" = "7.0.127";
"$ManifestBaseName-8.0.100" = "8.0.130";
"$ManifestBaseName-9.0.100-alpha.1" = "8.0.131";
"$ManifestBaseName-9.0.100-alpha.1" = "8.0.134";
"$ManifestBaseName-9.0.100-preview.1" = "8.0.135";
}

function New-TemporaryDirectory {
Expand Down
3 changes: 2 additions & 1 deletion workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ 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.130"
"$MANIFEST_BASE_NAME-9.0.100-alpha.1=8.0.131"
"$MANIFEST_BASE_NAME-9.0.100-alpha.1=8.0.134"
"$MANIFEST_BASE_NAME-9.0.100-preview.1=8.0.135"
)

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

0 comments on commit 64ad229

Please sign in to comment.