Skip to content

Commit 6e982bf

Browse files
Update dotnet monorepo to v8
1 parent 917ca86 commit 6e982bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DotnetDispatcher.Core/DotnetDispatcher.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
26+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
2727
</ItemGroup>
2828
</Project>

test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
16+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
1818
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1919
<PackageReference Include="xunit" Version="2.5.0" />

0 commit comments

Comments
 (0)