Skip to content

Commit

Permalink
Fix nuget deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Jun 29, 2020
1 parent 14c28e2 commit dd1fcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<Copyright>Copyright © Finter Mobility As</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/fintermobilityas/snapx</PackageProjectUrl>
<RepositoryUrl>https://github.com/fintermobilityas/snapx.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<NoPackageAnalysis>true</NoPackageAnalysis>
<PackageOutputPath Condition="$(PackageOutputPath) == ''">$(MSBuildThisFileDirectory)..\nupkgs</PackageOutputPath>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit dd1fcb6

Please sign in to comment.