File tree Expand file tree Collapse file tree
PocketDDD.Server.Services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -348,3 +348,6 @@ MigrationBackup/
348348
349349# Ionide (cross platform F# VS Code tools) working folder
350350.ionide /
351+
352+ # Rider (.NET IDE by JetBrains) working folder
353+ .idea /
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 6 .0.4 " />
11- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6 .0.4 " >
10+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8 .0.3 " />
11+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8 .0.3 " >
1212 <PrivateAssets >all</PrivateAssets >
1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .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
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7+ <LangVersion >12</LangVersion >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <UserSecretsId >94f2b34d-f80b-4de4-ac9c-d0fb8e36fd07</UserSecretsId >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 6 .0.4 " >
11+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8 .0.3 " >
1212 <PrivateAssets >all</PrivateAssets >
1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 </PackageReference >
15- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.2.3 " />
15+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0 " />
1616 </ItemGroup >
1717
1818 <ItemGroup >
You can’t perform that action at this time.
0 commit comments