Configure .csproj files for NuGet package

This commit is contained in:
Katy Coe
2020-08-14 04:54:48 +02:00
parent 99a7e2e8cb
commit 7027f2e1cb
2 changed files with 20 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Targets" Version="2.1.0" ExcludeAssets="all" PrivateAssets="all" />
<PackageReference Include="Ookii.Dialogs.Wpf.NETCore" Version="2.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
<PackageReference Include="XamlAnimatedGif" Version="1.2.2">
@@ -37,6 +38,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bin2Object\Bin2Object\Bin2Object.csproj" />
<ProjectReference Include="..\Il2CppInspector.Common\Il2CppInspector.csproj" />
</ItemGroup>