Skip to content

Commit

Permalink
Update Sucrose.Portal.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Jan 14, 2025
1 parent 4610173 commit 493f834
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Portal/Sucrose.Portal/Sucrose.Portal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@
<!-- .NET 6-7 x64 x86 (Probably on ARM64) -->
<!-- Could not load file or assembly 'System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' -->
<!-- Could not load file or assembly 'System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' -->
<PackageReference Condition="$(TargetFramework.StartsWith('net6'))" Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Condition="$(TargetFramework.StartsWith('net7'))" Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Condition="$(TargetFramework.StartsWith('net8'))" Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Condition="$(TargetFramework.StartsWith('net9'))" Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Condition="$(TargetFramework.StartsWith('net9'))" Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
<PackageReference Condition="$(TargetFramework.StartsWith('net48'))" Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 493f834

Please sign in to comment.