Mirror of Svelto.ECS because we're a fan of it
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.0KB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <AssemblyName>Svelto.ECS</AssemblyName>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="System.Reflection" Version="4.3.0" />
  8. <PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
  9. <PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" />
  10. <PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
  11. <PackageReference Include="System.Reflection.Extensions" Version="4.3.0" />
  12. <PackageReference Include="System.Reflection.Primitives" Version="4.3.0" />
  13. <PackageReference Include="System.Reflection.TypeExtensions" Version="4.4.0" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <Reference Include="System.Reflection.Emit.Lightweight">
  17. <HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.Emit.Lightweight.dll</HintPath>
  18. </Reference>
  19. </ItemGroup>
  20. </Project>