Skip to content

Commit 4d1e624

Browse files
committed
Update dotnet monorepo
1 parent 7fad015 commit 4d1e624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Basic.Template.API/content/API.Tests/API.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.8"/>
9+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.4"/>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1"/>
1111
<PackageReference Include="xunit" Version="2.4.1"/>
1212
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"/>

Basic.Template.API/content/API/API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.AspNetCore.App"/>
1515
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="4.1.1"/>
16-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.8"/>
16+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0"/>
1717
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.5.1"/>
1818
</ItemGroup>
1919
<ItemGroup>

0 commit comments

Comments
 (0)