Skip to content

Commit 2b4bf41

Browse files
committed
Fix nuget pack
1 parent a1caedf commit 2b4bf41

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

MenuAPI/MenuAPI.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
<RepositoryUrl>https://github.com/tomgrobbe/menuapi/</RepositoryUrl>
1818
<PackageTags Condition="'$(Configuration)' == 'Debug FiveM' Or '$(Configuration)' == 'Release FiveM'">FiveM MenuAPI</PackageTags>
1919
<PackageTags Condition="'$(Configuration)' == 'Debug RedM' Or '$(Configuration)' == 'Release RedM'">RedM MenuAPI</PackageTags>
20-
<PackageLicenseFile>license.txt</PackageLicenseFile>
2120
</PropertyGroup>
2221

2322
<PropertyGroup Condition="'$(Configuration)' == 'Release FiveM'">
2423
<DefineConstants>FIVEM</DefineConstants>
2524
</PropertyGroup>
26-
25+
2726
<PropertyGroup Condition="'$(Configuration)' == 'Debug FiveM'">
2827
<DefineConstants>FIVEM;DEBUG</DefineConstants>
2928
</PropertyGroup>

0 commit comments

Comments
 (0)