19 lines
617 B
XML
19 lines
617 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
|
<IncludeSymbols>false</IncludeSymbols>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<PackageTags>aspnetcore</PackageTags>
|
|
<Description>Microsoft.AspNetCore.Analyzers</Description>
|
|
|
|
<VersionPrefix>$(ExperimentalVersionPrefix)</VersionPrefix>
|
|
<VersionSuffix>$(ExperimentalVersionSuffix)</VersionSuffix>
|
|
<PackageVersion>$(ExperimentalPackageVersion)</PackageVersion>
|
|
<VerifyVersion>false</VerifyVersion>
|
|
|
|
<EnableApiCheck>false</EnableApiCheck>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|