Skip to content

Commit

Permalink
[Build] Don't use central package management for Stride.Samples.Tests
Browse files Browse the repository at this point in the history
It is confused by nuget configurations.
  • Loading branch information
Kryptos-FR committed Dec 17, 2023
1 parent c5bff0d commit 6f2df39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/Tests/Stride.Samples.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<Import Project="..\..\sources\Directory.Packages.props" />
<!-- NuGet resolved needed for StrideDefaultAssetsPlugin.LoadDefaultTemplates() -->
<Import Project="..\..\sources\targets\Stride.UnitTests.props" />
<PropertyGroup>
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
Expand All @@ -11,8 +11,8 @@
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\sources\shared\SharedAssemblyInfo.cs">
Expand Down

0 comments on commit 6f2df39

Please sign in to comment.