mirror of
https://github.com/stride3d/stride
synced 2026-05-24 10:19:21 +00:00
* feat: Update stride dev version for the game samples * fixup! feat: Update stride dev version for the game samples
14 lines
No EOL
821 B
XML
14 lines
No EOL
821 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<RootNamespace>ParticlesSample</RootNamespace>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Stride.Core" Version="4.2.1.1" PrivateAssets="contentfiles;analyzers" />
|
|
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.1.1" PrivateAssets="contentfiles;analyzers" IncludeAssets="build" />
|
|
<PackageReference Include="Stride.Engine" Version="4.2.1.1" PrivateAssets="contentfiles;analyzers" />
|
|
<PackageReference Include="Stride.Particles" Version="4.2.1.1" PrivateAssets="contentfiles;analyzers" />
|
|
<PackageReference Include="Stride.UI" Version="4.2.1.1" PrivateAssets="contentfiles;analyzers" />
|
|
</ItemGroup>
|
|
</Project> |