Skip to content

Commit c40a50f

Browse files
chore(deps): update dotnet monorepo to v8
1 parent 9293c6c commit c40a50f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doppler.HelloMicroservice.Test/Doppler.HelloMicroservice.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
11-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.8" />
11+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0" />
1212
<PackageReference Include="Moq" Version="4.20.70" />
1313
<PackageReference Include="xunit" Version="2.6.2" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">

Doppler.HelloMicroservice/Doppler.HelloMicroservice.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Hellang.Middleware.ProblemDetails" Version="6.5.1" />
10-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.8" />
10+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
1111
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
1212
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
1313
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.0" />

0 commit comments

Comments
 (0)