stride/samples/Particles/ParticlesSample/ParticlesSample.Game/ParticlesSample.Game.csproj
Nicolas Musset 5bf5eee120
Update samples to Stride 4.2 (#2132)
* [Samples] Update to 4.2

* [Samples] Remove Newtonsoft.Json dependency in CSharpIntermediate
2024-01-28 21:13:32 +01:00

14 lines
No EOL
823 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<RootNamespace>ParticlesSample</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Stride.Core" Version="4.2.0.1" PrivateAssets="contentfiles;analyzers" />
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.1" PrivateAssets="contentfiles;analyzers" IncludeAssets="build" />
<PackageReference Include="Stride.Engine" Version="4.2.0.1" PrivateAssets="contentfiles;analyzers" />
<PackageReference Include="Stride.Particles" Version="4.2.0.1" PrivateAssets="contentfiles;analyzers" />
<PackageReference Include="Stride.UI" Version="4.2.0.1" PrivateAssets="contentfiles;analyzers" />
</ItemGroup>
</Project>