File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
PhantomDave.BankTracking.Api
PhantomDave.BankTracking.Data
PhantomDave.BankTracking.Library Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313 <PackageVersion Include =" BananaCakePop.Middleware" Version =" 17.0.0" />
1414
1515 <!-- Entity Framework Core -->
16- <PackageVersion Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.11 " />
17- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9 .0.11 " />
18- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 9 .0.11 " />
16+ <PackageVersion Include =" Microsoft.EntityFrameworkCore" Version =" 10 .0.0 " />
17+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Design" Version =" 10 .0.0 " />
18+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 10 .0.0 " />
1919 <PackageVersion Include =" Microsoft.EntityFrameworkCore.DynamicLinq" Version =" 9.6.10" />
20- <PackageVersion Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 9 .0.4 " />
20+ <PackageVersion Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 10 .0.0-rc.2 " />
2121
2222 <!-- Authentication & Authorization -->
23- <PackageVersion Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 9 .0.11 " />
23+ <PackageVersion Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 10 .0.0 " />
2424
2525 <!-- File Processing -->
2626 <PackageVersion Include =" CsvHelper" Version =" 33.1.0" />
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
22
33WORKDIR /src
44
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <LangVersion >preview</LangVersion >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net9 .0</TargetFramework >
3+ <TargetFramework >net10 .0</TargetFramework >
44 <Nullable >enable</Nullable >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <RootNamespace >PhantomDave.BankTracking.Library</RootNamespace >
You can’t perform that action at this time.
0 commit comments