File tree Expand file tree Collapse file tree 5 files changed +21
-27
lines changed
Expand file tree Collapse file tree 5 files changed +21
-27
lines changed Original file line number Diff line number Diff line change 44 <TargetFramework >net10.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
7- <DebugType >portable</DebugType >
8- <OutputType >Library</OutputType >
97 </PropertyGroup >
108
119 <ItemGroup >
12- <ProjectReference Include =" ..\MyApp.ServiceInterface\MyApp.ServiceInterface.csproj" />
1310 <ProjectReference Include =" ..\MyApp.ServiceModel\MyApp.ServiceModel.csproj" />
14- < ProjectReference Include = " ..\MyApp\MyApp.csproj " / >
11+ </ ItemGroup >
1512
16- <PackageReference Include =" NUnit" Version =" 4.*" />
17- <PackageReference Include =" NUnit3TestAdapter" Version =" 5.*" />
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.*" />
13+ <ItemGroup >
14+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore"
15+ Version =" 10.*" />
16+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 10.*" />
1917 <PackageReference Include =" ServiceStack" Version =" 8.*" />
20- <PackageReference Include =" ServiceStack.Kestrel" Version =" 8.*" />
18+ <PackageReference Include =" ServiceStack.Extensions" Version =" 8.*" />
19+ <PackageReference Include =" ServiceStack.Ormlite" Version =" 8.*" />
2120 </ItemGroup >
2221
23- </Project >
22+ </Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net10.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
65 <Nullable >enable</Nullable >
6+ <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
1010 <PackageReference Include =" ServiceStack.Interfaces" Version =" 8.*" />
1111 </ItemGroup >
1212
13- <ItemGroup >
14- <Folder Include =" Types\" />
15- </ItemGroup >
16-
17- </Project >
13+ </Project >
Original file line number Diff line number Diff line change 1212 <ProjectReference Include =" ..\MyApp.ServiceInterface\MyApp.ServiceInterface.csproj" />
1313 <ProjectReference Include =" ..\MyApp.ServiceModel\MyApp.ServiceModel.csproj" />
1414 <ProjectReference Include =" ..\MyApp\MyApp.csproj" />
15+ </ItemGroup >
1516
16- <PackageReference Include =" NUnit" Version =" 3.*" />
17- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.*" />
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.*" />
17+ <ItemGroup >
18+ <PackageReference Include =" NUnit" Version =" 4.*" />
19+ <PackageReference Include =" NUnit3TestAdapter" Version =" 5.*" />
20+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.*" />
1921 <PackageReference Include =" ServiceStack" Version =" 8.*" />
2022 <PackageReference Include =" ServiceStack.Kestrel" Version =" 8.*" />
2123 </ItemGroup >
Original file line number Diff line number Diff line change 11<Solution >
2- <Project Path =" MyApp.Client/MyApp.Client.esproj" >
3- <BuildType Project =" Debug" />
4- <Build />
5- </Project >
2+ <Project Path =" MyApp.Client/MyApp.Client.esproj" />
63 <Project Path =" MyApp.ServiceInterface/MyApp.ServiceInterface.csproj" />
74 <Project Path =" MyApp.ServiceModel/MyApp.ServiceModel.csproj" />
85 <Project Path =" MyApp.Tests/MyApp.Tests.csproj" />
Original file line number Diff line number Diff line change 1818 <Using Include =" ServiceStack" />
1919 </ItemGroup >
2020
21+ <ItemGroup >
22+ <ProjectReference Include =" ..\MyApp.ServiceInterface\MyApp.ServiceInterface.csproj" />
23+ <ProjectReference Include =" ..\MyApp.ServiceModel\MyApp.ServiceModel.csproj" />
24+ </ItemGroup >
25+
2126 <ItemGroup >
2227 <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 10.*" />
2328 <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 10.*" />
3136 <PackageReference Include =" ServiceStack.Jobs" Version =" 8.*" />
3237 </ItemGroup >
3338
34- <ItemGroup >
35- <ProjectReference Include =" ..\MyApp.ServiceInterface\MyApp.ServiceInterface.csproj" />
36- <ProjectReference Include =" ..\MyApp.ServiceModel\MyApp.ServiceModel.csproj" />
37- </ItemGroup >
38-
3939 <PropertyGroup >
4040 <DefaultItemExcludes >$(DefaultItemExcludes);App_Data\**;node_modules\**</DefaultItemExcludes >
4141 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments