forked from maca88/AsyncGenerator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCommon.props
More file actions
22 lines (22 loc) · 1.41 KB
/
Copy pathCommon.props
File metadata and controls
22 lines (22 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<Import Condition="Exists('Common.dev.props')" Project="Common.dev.props"/>
<PropertyGroup>
<Version>0.19.1</Version>
<Authors>maca88</Authors>
<Company />
<Copyright>Copyright © 2017</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/maca88/AsyncGenerator</PackageProjectUrl>
<PackageTags>Async Generator Roslyn</PackageTags>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<TreatSpecificWarningsAsErrors />
<LibTargetFrameworks Condition ="$(LibTargetFrameworks) == ''">netstandard2.0;netcoreapp2.1;net5.0</LibTargetFrameworks>
<AppTargetFrameworks Condition ="$(AppTargetFrameworks) == ''">net472;netcoreapp2.1;netcoreapp3.1;net5.0</AppTargetFrameworks>
<TestTargetFramework Condition ="$(TestTargetFramework) == ''">netcoreapp3.1</TestTargetFramework>
<ToolTargetFrameworks Condition ="$(ToolTargetFrameworks) == ''">netcoreapp2.1;netcoreapp3.1;net5.0</ToolTargetFrameworks>
<MicrosoftCodeAnalysisVersion Condition ="$(TargetFramework) == 'netcoreapp2.1'">3.0.0</MicrosoftCodeAnalysisVersion>
<MicrosoftCodeAnalysisVersion Condition ="$(TargetFramework) != 'netcoreapp2.1'">3.7.0</MicrosoftCodeAnalysisVersion>
<DefineConstants Condition ="$(MicrosoftCodeAnalysisVersion) == '3.0.0'">LEGACY</DefineConstants>
</PropertyGroup>
</Project>