Skip to content

Commit cab0e9b

Browse files
Bump Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.DependencyInjection.Abstractions and Microsoft.Extensions.Http
Bumps [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Http](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration.Abstractions` from 8.0.0 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.3) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.3) Updates `Microsoft.Extensions.Http` from 8.0.1 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d6ed9f commit cab0e9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Clockify.Net/Clockify.Net.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<Description>.Net Client for Clockify</Description>
@@ -20,10 +20,10 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
23+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.3" />
2424
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
25-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
26-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
25+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.3" />
26+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.3" />
2727
<PackageReference Include="RestSharp" Version="112.1.0" />
2828
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="110.2.0" />
2929
</ItemGroup>

0 commit comments

Comments
 (0)