Skip to content

Commit

Permalink
Update dotnet sdk net8 preview5
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed May 4, 2023
1 parent a6fa08f commit 3e7f9ca
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>7.0.108</TizenWorkloadVersion>
<TizenWorkloadVersion>7.0.109</TizenWorkloadVersion>
</PropertyGroup>

<!--
Expand All @@ -33,7 +33,7 @@
Dotnet SDK versions for building the workload.
-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-preview.4.23176.5</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-preview.5.23254.14</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>7.0.0-beta.22513.4</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 @@ -42,6 +42,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100-preview.2" = "7.0.106";
"$ManifestBaseName-8.0.100-preview.3" = "7.0.107";
"$ManifestBaseName-8.0.100-preview.4" = "7.0.108";
"$ManifestBaseName-8.0.100-preview.5" = "7.0.109";
}

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 @@ -27,6 +27,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-8.0.100-preview.2=7.0.106"
"$MANIFEST_BASE_NAME-8.0.100-preview.3=7.0.107"
"$MANIFEST_BASE_NAME-8.0.100-preview.4=7.0.108"
"$MANIFEST_BASE_NAME-8.0.100-preview.5=7.0.109"
)

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

0 comments on commit 3e7f9ca

Please sign in to comment.