forked from anthonyreilly/NetCoreForce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.props
More file actions
27 lines (24 loc) · 1.24 KB
/
Copy pathbuild.props
File metadata and controls
27 lines (24 loc) · 1.24 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
26
27
<Project>
<PropertyGroup>
<!--Versioning-->
<VersionPrefix>3.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<!-- Targets -->
<LangVersion>8.0</LangVersion>
<LibTargetFrameworks>netstandard2.0;netstandard2.1</LibTargetFrameworks>
<AppTargetFrameworks>netcoreapp2.1;netcoreapp3.1</AppTargetFrameworks>
<TestTargetFrameworks>netcoreapp2.1;netcoreapp3.1</TestTargetFrameworks>
<!--NuGet-->
<Authors>Anthony Reilly</Authors>
<Copyright>2021 Anthony Reilly</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/anthonyreilly/NetCoreForce</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>salesforce,api,forcedotcom,netstandard,netcore</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/anthonyreilly/NetCoreForce</RepositoryUrl>
<PackageReleaseNotes>Release notes and documentation can be found on the project site: https://github.com/anthonyreilly/NetCoreForce</PackageReleaseNotes>
<!--Project Root-->
<SolutionDir>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), *.sln))</SolutionDir>
</PropertyGroup>
</Project>