Skip to content

Commit f664529

Browse files
committed
try fixing License file not found (error NU5030)
1 parent 99a2f26 commit f664529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<None Include="..\NUGET.md" Pack="true" PackagePath="\README.md"/>
18-
<None Include="..\LICENSE" Pack="true" PackagePath="\LICENSE.txt"/>
17+
<None Include="..\NUGET.md" Pack="true" PackagePath="README.md"/>
18+
<None Include="..\LICENSE" Pack="true" PackagePath="LICENSE.txt"/>
1919
<None Include="..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
2020

2121
<PackageReference Include="newtonsoft.json" Version="13.0.3" />

0 commit comments

Comments
 (0)