Skip to content

Commit

Permalink
chore: sdk 1.2.1-preview.6 (#734)
Browse files Browse the repository at this point in the history
* chore: sdk 1.2.1-preview.6

* chore: sdk 1.2.1-preview.6
  • Loading branch information
wzh425 authored Nov 26, 2024
1 parent 536996e commit a4db81f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<MicrosoftPackageVersion Condition="'$(TargetFramework)' == 'net6.0'">6.0.0</MicrosoftPackageVersion>
<MicrosoftPackageVersion Condition="'$(TargetFramework)' == 'net7.0'">7.0.0</MicrosoftPackageVersion>
<MicrosoftPackageVersion Condition="'$(TargetFramework)' == 'net8.0'">8.0.0</MicrosoftPackageVersion>
<MasaFrameworkPackageVersion>1.2.0-preview.2</MasaFrameworkPackageVersion>
<MasaStackSdksPackageVersion>1.2.1-preview.1</MasaStackSdksPackageVersion>
<MasaFrameworkPackageVersion>1.2.0-preview.4</MasaFrameworkPackageVersion>
<MasaStackSdksPackageVersion>1.2.1-preview.6</MasaStackSdksPackageVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) MASA Stack All rights reserved.
// Licensed under the Apache License. See LICENSE.txt in the project root for license information.

using SecurityTokenModel = Masa.Stack.Components.UserCenters.Models.SecurityTokenModel;

namespace Masa.Stack.Components;

public partial class UploadAvatar : SUploadImage
Expand Down

0 comments on commit a4db81f

Please sign in to comment.