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.

Svelto.ECS.csproj 996B

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