-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPicea.Abies.Analyzers.Tests.csproj
More file actions
25 lines (21 loc) · 1.1 KB
/
Picea.Abies.Analyzers.Tests.csproj
File metadata and controls
25 lines (21 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<IsPackable>false</IsPackable>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TUnit" Version="1.19.57" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.3" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzer.Testing" Version="1.1.3" />
<!-- Pin Roslyn versions to resolve conflicts with Praefixum transitive deps -->
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="5.3.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.8.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Picea.Abies.Analyzers\Picea.Abies.Analyzers.csproj" />
</ItemGroup>
</Project>