|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <TargetFramework>.net8</TargetFramework> |
4 | | - <ImplicitUsings>enable</ImplicitUsings> |
5 | | - |
6 | | - <IsPackable>false</IsPackable> |
7 | | - <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> |
8 | | - </PropertyGroup> |
9 | | - |
10 | | - <ItemGroup> |
11 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" /> |
12 | | - <PackageReference Include="MSTest.TestAdapter" Version="2.2.8" /> |
13 | | - <PackageReference Include="MSTest.TestFramework" Version="2.2.8" /> |
14 | | - <PackageReference Include="coverlet.collector" Version="3.1.2" /> |
15 | | - <PackageReference Include="Microsoft.CodeAnalysis" Version="4.9.2" /> |
16 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest" Version="1.1.1" /> |
17 | | - </ItemGroup> |
18 | | - |
19 | | - <ItemGroup> |
20 | | - <ProjectReference Include="..\..\src\Core\Core.csproj" /> |
21 | | - <ProjectReference Include="..\..\src\Analyzers\Analyzers.csproj" /> |
22 | | - </ItemGroup> |
23 | | - |
24 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>.net8</TargetFramework> |
| 4 | + <ImplicitUsings>enable</ImplicitUsings> |
| 5 | + |
| 6 | + <IsPackable>false</IsPackable> |
| 7 | + <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> |
| 8 | + </PropertyGroup> |
| 9 | + |
| 10 | + <ItemGroup> |
| 11 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" /> |
| 12 | + <PackageReference Include="MSTest.TestAdapter" Version="2.2.8" /> |
| 13 | + <PackageReference Include="MSTest.TestFramework" Version="2.2.8" /> |
| 14 | + <PackageReference Include="coverlet.collector" Version="3.1.2" /> |
| 15 | + <PackageReference Include="Microsoft.CodeAnalysis" Version="4.11.0" /> |
| 16 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest" Version="1.1.1" /> |
| 17 | + </ItemGroup> |
| 18 | + |
| 19 | + <ItemGroup> |
| 20 | + <ProjectReference Include="..\..\src\Core\Core.csproj" /> |
| 21 | + <ProjectReference Include="..\..\src\Analyzers\Analyzers.csproj" /> |
| 22 | + </ItemGroup> |
| 23 | + |
| 24 | +</Project> |
0 commit comments