Skip to content

Commit

Permalink
Aspire: update to preview.2.23576.2
Browse files Browse the repository at this point in the history
- note: this is still a non public package that requires the "dotnet8" daily build feed
  • Loading branch information
KrzysFR committed Nov 28, 2023
1 parent 912f6a7 commit ba0d729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Import Project="..\Common\VersionInfo.props" />

<ItemGroup>
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.2.23572.2" />
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.2.23576.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Doxense.Core/Doxense.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />
<PackageReference Include="NodaTime" Version="3.1.9" />
<PackageReference Include="OpenTelemetry.Api" Version="1.6.0" />
<PackageReference Include="OpenTelemetry.Api" Version="1.7.0-alpha.1" />
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="8.0.0" />
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Doxense.Networking.Http/Doxense.Networking.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.3.2" />
<PackageReference Include="OpenTelemetry.Api" Version="1.6.0" />
<PackageReference Include="OpenTelemetry.Api" Version="1.7.0-alpha.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ba0d729

Please sign in to comment.