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.

21 lines
1.0KB

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