forked from serenity-is/Serenity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharedProperties.xml
24 lines (24 loc) · 1.13 KB
/
SharedProperties.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<VersionPrefix>3.7.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PlatformTarget>AnyCPU</PlatformTarget>
<Authors>Volkan Ceylan</Authors>
<Copyright>Copyright (c) Volkan Ceylan</Copyright>
<PackageIconUrl>https://raw.github.com/volkanceylan/Serenity/master/Tools/Images/serenity-logo-128.png</PackageIconUrl>
<PackageLicenseUrl>https://raw.github.com/volkanceylan/Serenity/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>http://github.com/volkanceylan/Serenity</PackageProjectUrl>
<PackageTags>Serenity</PackageTags>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<DefineConstants>$(DefineConstants);COREFX</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)SharedAssemblyInfo.cs" />
</ItemGroup>
</Project>