|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net10.0</TargetFramework> |
5 | | - <Nullable>enable</Nullable> |
6 | | - <ImplicitUsings>enable</ImplicitUsings> |
7 | | - <DebugType>portable</DebugType> |
8 | | - <OutputType>Library</OutputType> |
9 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net10.0</TargetFramework> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + <DebugType>portable</DebugType> |
| 8 | + <OutputType>Library</OutputType> |
| 9 | + </PropertyGroup> |
10 | 10 |
|
11 | | - <ItemGroup> |
12 | | - <ProjectReference Include="..\MyApp.ServiceInterface\MyApp.ServiceInterface.csproj" /> |
13 | | - <ProjectReference Include="..\MyApp.ServiceModel\MyApp.ServiceModel.csproj" /> |
| 11 | + <ItemGroup> |
| 12 | + <ProjectReference Include="..\MyApp.ServiceInterface\MyApp.ServiceInterface.csproj" /> |
| 13 | + <ProjectReference Include="..\MyApp.ServiceModel\MyApp.ServiceModel.csproj" /> |
| 14 | + <ProjectReference Include="..\MyApp\MyApp.csproj" /> |
14 | 15 |
|
15 | | - <PackageReference Include="NUnit" Version="3.*" /> |
16 | | - <PackageReference Include="NUnit3TestAdapter" Version="4.*" /> |
17 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" /> |
18 | | - <PackageReference Include="ServiceStack" Version="8.*" /> |
19 | | - <PackageReference Include="ServiceStack.Kestrel" Version="8.*" /> |
20 | | - </ItemGroup> |
| 16 | + <PackageReference Include="NUnit" Version="4.*" /> |
| 17 | + <PackageReference Include="NUnit3TestAdapter" Version="5.*" /> |
| 18 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.*" /> |
| 19 | + <PackageReference Include="ServiceStack" Version="8.*" /> |
| 20 | + <PackageReference Include="ServiceStack.Kestrel" Version="8.*" /> |
| 21 | + </ItemGroup> |
21 | 22 |
|
22 | 23 | </Project> |
0 commit comments