Skip to content

Commit

Permalink
Bump up .NET sdk to 9.0.100-preview.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Mar 6, 2024
1 parent d2b5582 commit e8efaab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workload/build/Samsung.NET.Sdk.Tizen.proj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ workload manifest pack containing information about the Tizen .NET workload.
</PropertyGroup>

<PropertyGroup>
<PackageId>Samsung.NET.Sdk.Tizen.Manifest-$(DotNetPreviewVersionBand)</PackageId>
<PackageId>Samsung.NET.Sdk.Tizen.Manifest-9.0.100</PackageId>
<Description>Tizen .NET workload manifest. Please do not reference directly.</Description>
</PropertyGroup>

Expand Down
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.137</TizenWorkloadVersion>
<TizenWorkloadVersion>8.0.148</TizenWorkloadVersion>
</PropertyGroup>

<!--
Expand All @@ -33,7 +33,7 @@
Dotnet SDK versions for building the workload.
-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>9.0.100-preview.2.24103.2</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>9.0.100-preview.3.24155.22</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.23614.6</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 @@ -56,6 +56,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-9.0.100-alpha.1" = "8.0.134";
"$ManifestBaseName-9.0.100-preview.1" = "8.0.135";
"$ManifestBaseName-9.0.100-preview.2" = "8.0.137";
"$ManifestBaseName-9.0.100-preview.3" = "8.0.148";
}

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 @@ -41,6 +41,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-9.0.100-alpha.1=8.0.134"
"$MANIFEST_BASE_NAME-9.0.100-preview.1=8.0.135"
"$MANIFEST_BASE_NAME-9.0.100-preview.2=8.0.137"
"$MANIFEST_BASE_NAME-9.0.100-preview.3=8.0.148"
)

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

0 comments on commit e8efaab

Please sign in to comment.