Skip to content

Commit fa28523

Browse files
committed
updating version in api.test
1 parent 425356d commit fa28523

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main_apicolombia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222

2323
- name: Set up .NET Core
24-
uses: actions/setup-dotnet@v1
24+
uses: actions/setup-dotnet@v5
2525
with:
2626
dotnet-version: '10.0.x'
2727
include-prerelease: true

.github/workflows/pull_request_apicolombia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Set up .NET Core
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v5
2222
with:
2323
dotnet-version: '10.0.x'
2424

api.Tests/api.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
1616
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.1" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.2" />
19-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.2" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.1" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.1" />
19+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.1" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
2121
<PackageReference Include="MiniValidation" Version="0.9.2" />
2222
<PackageReference Include="Moq" Version="4.20.72" />

0 commit comments

Comments
 (0)