Skip to content

Commit

Permalink
Update NuGet packages & convert old csproj syntax
Browse files Browse the repository at this point in the history
Also disable copying the NuGet packages to the build folders.
  • Loading branch information
TomGrobbe committed Mar 14, 2019
1 parent ccf54fc commit 4de9f48
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
9 changes: 4 additions & 5 deletions MenuAPI/MenuAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="CitizenFX.Core.Client, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CitizenFX.Core.Client.1.0.1116\lib\net45\CitizenFX.Core.Client.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
Expand All @@ -57,7 +53,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<PackageReference Include="CitizenFX.Core.Client">
<Version>1.0.1117</Version>
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down
4 changes: 0 additions & 4 deletions MenuAPI/packages.config

This file was deleted.

9 changes: 4 additions & 5 deletions TestMenu/TestMenu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="CitizenFX.Core.Client, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CitizenFX.Core.Client.1.0.1116\lib\net45\CitizenFX.Core.Client.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MenuAPI">
<HintPath>..\dependencies\MenuAPI.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
Expand All @@ -56,7 +52,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<PackageReference Include="CitizenFX.Core.Client">
<Version>1.0.1117</Version>
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
4 changes: 0 additions & 4 deletions TestMenu/packages.config

This file was deleted.

0 comments on commit 4de9f48

Please sign in to comment.