Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit a10e176

Browse files
committed
Aggiornati pacchetti Nuget
1 parent a8570a9 commit a10e176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/NET6CustomLibrary/NET6CustomLibrary.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
19-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
20-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
18+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
19+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
20+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
2121
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.119">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)