22 lines
677 B
XML
22 lines
677 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
|
|
<PreserveCompilationContext>true</PreserveCompilationContext>
|
|
<RootNamespace>Microsoft.AspNetCore.Mvc.Analyzers</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.AspNetCore.Mvc" />
|
|
<Reference Include="Microsoft.AspNetCore.Mvc.Analyzers" />
|
|
|
|
<Reference Include="Microsoft.AspNetCore.Analyzer.Testing" />
|
|
<Reference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|