Skip to content

Commit 196fc65

Browse files
package updates
1 parent f812849 commit 196fc65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

2_Libs/DependencyInjectionAndConfiguration/DI/DIWithConfiguration/DIWithConfiguration.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

2_Libs/DependencyInjectionAndConfiguration/DI/DIWithOptions/DIWithOptions.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
1212
</ItemGroup>
1313

1414
</Project>

2_Libs/DependencyInjectionAndConfiguration/DI/ServicesLifetime/ServicesLifetime.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
1313
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.4.0-alpha.22272.1" />
1414
</ItemGroup>
1515

2_Libs/DependencyInjectionAndConfiguration/DI/WithHost/WithHost.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)