Skip to content

Commit

Permalink
Update dotnet sdk8 preview4
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Mar 27, 2023
1 parent 25b8037 commit 8e11117
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"makefile.extensionOutputFolder": "./.vscode"
}
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.107</TizenWorkloadVersion>
<TizenWorkloadVersion>7.0.108</TizenWorkloadVersion>
</PropertyGroup>

<!--
Expand All @@ -33,7 +33,7 @@
Dotnet SDK versions for building the workload.
-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-preview.3.23128.1</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-preview.4.23176.5</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 @@ -41,6 +41,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100-alpha.1" = "7.0.104";
"$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";
}

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 @@ -26,6 +26,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-8.0.100-alpha.1=7.0.104"
"$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"
)

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

0 comments on commit 8e11117

Please sign in to comment.