Skip to content

Commit

Permalink
Merge pull request #3 from masastack/feat/auth-sdk
Browse files Browse the repository at this point in the history
chore: Upgrade package
  • Loading branch information
wzh425 authored Jun 15, 2024
2 parents de2b7cd + 1c831f1 commit 67bf939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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.0.1-preview.17</MasaFrameworkPackageVersion>
<MasaFrameworkPackageVersion>1.2.0-preview.2</MasaFrameworkPackageVersion>

<OpenTelemetryVersion>1.5.1</OpenTelemetryVersion>
<OpenTelemetryContribVersion>1.5.0</OpenTelemetryContribVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<ProjectReference Include="..\..\BuildingBlocks\Masa.BuildingBlocks.StackSdks.Pm\Masa.BuildingBlocks.StackSdks.Pm.csproj" />
<!--<ProjectReference Include="..\..\Isolation\Masa.Contrib.Isolation.MultiEnvironment\Masa.Contrib.Isolation.MultiEnvironment.csproj" />-->
<!--<ProjectReference Include="..\..\Isolation\Masa.Contrib.Isolation\Masa.Contrib.Isolation.csproj" />-->
<!--<ProjectReference Include="..\Masa.Contrib.StackSdks.Config\.csproj" />-->
<PackageReference Include="Masa.Contrib.StackSdks.Config" Version="$(MasaFrameworkPackageVersion)" />
<ProjectReference Include="..\Masa.Contrib.StackSdks.Config\Masa.Contrib.StackSdks.Config.csproj" />
<PackageReference Include="Masa.Contrib.Isolation.MultiEnvironment" Version="$(MasaFrameworkPackageVersion)" />
<PackageReference Include="Masa.Contrib.Isolation" Version="$(MasaFrameworkPackageVersion)" />
<PackageReference Include="Masa.Contrib.Configuration" Version="$(MasaFrameworkPackageVersion)" />
Expand Down

0 comments on commit 67bf939

Please sign in to comment.