Skip to content

Commit

Permalink
microsoft#219 set license expression
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 18, 2024
1 parent dd0ce7f commit dcbe6c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Microsoft.Kiota.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
https://github.com/microsoft/kiota-abstractions-dotnet/releases
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<NoWarn>$(NoWarn);NU5048;NETSDK1138</NoWarn>
</PropertyGroup>
Expand All @@ -57,10 +57,6 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down

0 comments on commit dcbe6c4

Please sign in to comment.