Skip to content

Commit

Permalink
Merge pull request #61 from clickviewapp/dependabot/nuget/Microsoft.E…
Browse files Browse the repository at this point in the history
…xtensions.Hosting-and-System.Text.Encodings.Web-and-Microsoft.Extensions.DependencyInjection-and-Microsoft.Extensions.Logging.Abstractions-8.0.0

Bump Microsoft.Extensions.Hosting, System.Text.Encodings.Web, Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Logging.Abstractions
  • Loading branch information
MrSmoke authored Jan 12, 2024
2 parents ab8f413 + 9cc4853 commit e0fa8cf
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/Hosting/Hosting/src/ClickView.Extensions.Hosting.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageTags>hosting</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageTags>hosting</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>

</Project>

0 comments on commit e0fa8cf

Please sign in to comment.