Skip to content

Commit

Permalink
Update props and targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Wilms committed May 9, 2019
1 parent 4db070f commit c06a3ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="./build/build.props" />

<PropertyGroup>
<PackageLicense Condition="$(PackageLicense) == ''">https://github.com/Apollo3zehn/EtherCAT.NET/blob/master/LICENSE.md</PackageLicense>
<PackageLicenseExpression Condition="$(PackageLicenseExpression) == ''">LGPL-3.0-only</PackageLicenseExpression>
<PackageProjectUrl Condition="$(PackageProjectUrl) == ''">https://github.com/Apollo3zehn/EtherCAT.NET</PackageProjectUrl>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions build/build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<EmbedAllSources>true</EmbedAllSources>
<LangVersion>latest</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<NoPackageAnalysis>true</NoPackageAnalysis>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Error Condition="$(Major) == ''" Text="The Major property must be set." />
<Error Condition="$(Minor) == ''" Text="The Minor property must be set." />
<Error Condition="$(Revision) == ''" Text="The Revision property must be set." />
<Error Condition="$(PackageLicense) == ''" Text="The PackageLicense property must be set." />
<Error Condition="$(PackageProjectUrl) == ''" Text="The PackageProjectUrl property must be set." />
<Error Condition="$(PackageLicenseExpression) == ''" Text="The PackageLicenseExpression property must be set." />


<!-- build properties -->
Expand Down

0 comments on commit c06a3ce

Please sign in to comment.