Skip to content

Commit 3526dce

Browse files
chore(deps): update dotnet monorepo to v10
1 parent 19ab875 commit 3526dce

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Commands.Test/Commands.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="AutoMapper" Version="14.0.0" />
99
<PackageReference Include="FluentAssertions" Version="8.7.0" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.9" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1212
<PackageReference Include="Moq" Version="4.20.72" />
1313
<PackageReference Include="xunit" Version="2.9.3" />

HaSpMan.Web.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
22
WORKDIR /src
33

44
COPY ./*.sln ./
@@ -12,7 +12,7 @@ COPY . ./
1212
WORKDIR /src/Web
1313
RUN dotnet publish -c Release -o /app
1414

15-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
15+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
1616
WORKDIR /app
1717
COPY --from=build /app .
1818

Persistence/Persistence.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.9" />
4+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.0" />
55
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.9" />
6-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.9">
6+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0">
77
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
88
<PrivateAssets>all</PrivateAssets>
99
</PackageReference>

Web/Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.20" />
15+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.0" />
1616
<PackageReference Include="Microsoft.AspNetCore.Components.DataAnnotations.Validation" Version="3.2.0-rc1.20223.4" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.9">
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)