Skip to content

Commit 1a7d2c7

Browse files
committed
PackageLicenseFile -> PackageLicenseExpression
1 parent 6090bc7 commit 1a7d2c7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
<Title>$(Product)</Title>
1515
<Authors>Andrey Taritsyn</Authors>
1616
<Description>This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript (https://github.com/anaisbetts/SassAndCoffee), Chakra Sample Hosts (https://github.com/panopticoncentral/chakra-host) and jsrt-dotnet (https://github.com/robpaveza/jsrt-dotnet).</Description>
17-
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
18-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
17+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1918
<PackageProjectUrl>https://github.com/Taritsyn/MsieJavaScriptEngine</PackageProjectUrl>
2019
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/MsieJavaScriptEngine/master/images/MsieJavaScriptEngine_Logo_128x128.png</PackageIconUrl>
2120
<PackageIcon>icon.png</PackageIcon>
@@ -65,7 +64,7 @@
6564
<Visible>false</Visible>
6665
</None>
6766
<None Include="../../LICENSE.txt">
68-
<PackagePath>$(PackageLicenseFile)</PackagePath>
67+
<PackagePath>/</PackagePath>
6968
<Pack>true</Pack>
7069
<Visible>false</Visible>
7170
</None>
@@ -76,7 +75,7 @@
7675
</None>
7776

7877
<Content Include="readme.txt">
79-
<PackagePath>readme.txt</PackagePath>
78+
<PackagePath>/</PackagePath>
8079
<Pack>true</Pack>
8180
</Content>
8281
</ItemGroup>

0 commit comments

Comments
 (0)