Compare commits

...

1 Commits
main ... x64

Author SHA1 Message Date
cosmonaut 4538c0f3c9 specify x64
continuous-integration/drone/push Build is passing Details
2020-11-22 16:53:29 -08:00
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyName>EncompassECS.Framework</AssemblyName>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<None Include="..\LICENSE">
@ -28,6 +29,7 @@
<PackageReference Include="MoonTools.Core.Graph" Version="1.0.0" />
<PackageReference Include="MoonTools.FastCollections" Version="1.0.0" />
<PackageReference Include="System.Collections.Immutable" Version="1.7.0" />
<PackageReference Include="System.Memory" Version="4.5.3" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.0" />
</ItemGroup>
</Project>