Skip to content

Commit

Permalink
Merge pull request #286 from Somfic/dependabot/nuget/Microsoft.Extens…
Browse files Browse the repository at this point in the history
…ions.Hosting-and-Microsoft.Bcl.AsyncInterfaces-and-Microsoft.Extensions.Configuration.Abstractions-and-Microsoft.Extensions.Configuration-and-Microsoft.Extensions.Logging.Abstractions-8.0.0

Bump Microsoft.Extensions.Hosting, Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration and Microsoft.Extensions.Logging.Abstractions
  • Loading branch information
Somfic authored Jan 29, 2024
2 parents 7df7ea2 + b6a9e72 commit 17925e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions EliteAPI/EliteAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
</PackageReference>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examples/Example.Web/Example.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<ProjectReference Include="..\..\EliteAPI.Web.Spansh\EliteAPI.Web.Spansh.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Examples/Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\EliteAPI.Events\EliteAPI.Events.csproj" />
Expand Down

0 comments on commit 17925e5

Please sign in to comment.