|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <TargetFramework>net8.0</TargetFramework> |
4 | | - <Nullable>enable</Nullable> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <IsPackable>false</IsPackable> |
7 | | - <Platforms>AnyCPU;x64</Platforms> |
8 | | - </PropertyGroup> |
9 | | - |
10 | | - <ItemGroup> |
11 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.7.0" /> |
12 | | - <PackageReference Include="coverlet.collector" Version="10.0.1"> |
13 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
14 | | - <PrivateAssets>all</PrivateAssets> |
15 | | - </PackageReference> |
16 | | - <PackageReference Include="xunit" Version="2.9.3" /> |
17 | | - <PackageReference Include="xunit.runner.visualstudio" Version="3.1.5"> |
18 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
19 | | - <PrivateAssets>all</PrivateAssets> |
20 | | - </PackageReference> |
21 | | - </ItemGroup> |
22 | | - |
23 | | - <ItemGroup> |
24 | | - <ProjectReference Include="..\..\src\ProcessBus.Core\ProcessBus.Core.csproj" /> |
25 | | - <ProjectReference Include="..\..\src\ProcessBus.Iec61850.Raw\ProcessBus.Iec61850.Raw.csproj" /> |
26 | | - </ItemGroup> |
27 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>net8.0</TargetFramework> |
| 4 | + <Nullable>enable</Nullable> |
| 5 | + <ImplicitUsings>enable</ImplicitUsings> |
| 6 | + <IsPackable>false</IsPackable> |
| 7 | + <Platforms>AnyCPU;x64</Platforms> |
| 8 | + </PropertyGroup> |
| 9 | + |
| 10 | + <ItemGroup> |
| 11 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" /> |
| 12 | + <PackageReference Include="coverlet.collector" Version="10.0.1"> |
| 13 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 14 | + <PrivateAssets>all</PrivateAssets> |
| 15 | + </PackageReference> |
| 16 | + <PackageReference Include="xunit" Version="2.9.3" /> |
| 17 | + <PackageReference Include="xunit.runner.visualstudio" Version="3.1.5"> |
| 18 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 19 | + <PrivateAssets>all</PrivateAssets> |
| 20 | + </PackageReference> |
| 21 | + </ItemGroup> |
| 22 | + |
| 23 | + <ItemGroup> |
| 24 | + <ProjectReference Include="..\..\src\ProcessBus.Core\ProcessBus.Core.csproj" /> |
| 25 | + <ProjectReference Include="..\..\src\ProcessBus.Iec61850.Raw\ProcessBus.Iec61850.Raw.csproj" /> |
| 26 | + </ItemGroup> |
| 27 | +</Project> |
0 commit comments