File tree Expand file tree Collapse file tree 5 files changed +13
-14
lines changed Expand file tree Collapse file tree 5 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
- # Visual Studio Version 16
4
- VisualStudioVersion = 16.0.31112.23
3
+ # Visual Studio Version 17
4
+ VisualStudioVersion = 17.4.33205.214
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "FunAPI" , "FunAPI\FunAPI.csproj" , "{4EF52252-46F6-428F-BA1D-6BDD7379D0CE}"
7
7
EndProject
8
8
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Data" , "Data\Data.csproj" , "{ABD65C59-F833-4B8D-8EE9-4ECA47B643E0}"
9
9
EndProject
10
10
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Services" , "Services\Services.csproj" , "{1886A6FB-D238-40E3-9FC4-91130C360E7D}"
11
11
EndProject
12
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "Test" , "Test\Test.csproj" , "{453E2A4E-B665-4EA4-9E57-4B5E11DFBD3B}"
12
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "Test" , "Test\Test.csproj" , "{453E2A4E-B665-4EA4-9E57-4B5E11DFBD3B}"
13
13
EndProject
14
14
Global
15
15
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
<UserSecretsId >aspnet-FunAPI-EE80513E-A32D-4FA4-B9A1-001C8227DA28</UserSecretsId >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 5 .0.4 " />
10
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 5 .0.4 " />
11
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 5 .0.4 " >
9
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7 .0.2 " />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 7 .0.2 " />
11
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7 .0.2 " >
12
12
<PrivateAssets >all</PrivateAssets >
13
13
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
14
</PackageReference >
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 5.0.4" />
16
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite.Design" Version =" 1.1.6" />
17
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.1.0" />
18
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 5.6.3" />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 7.0.2" />
16
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.25.10" />
17
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
19
18
</ItemGroup >
20
19
21
20
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments