Skip to content

Commit 67ac2bb

Browse files
committed
update packages
1 parent d235bd8 commit 67ac2bb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

source/Shaders.Systems.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Vortice.ShaderCompiler" Version="1.8.0"/>
22-
<PackageReference Include="Vortice.SpirvCross" Version="1.5.2"/>
21+
<PackageReference Include="Vortice.ShaderCompiler" Version="1.8.0" />
22+
<PackageReference Include="Vortice.SpirvCross" Version="1.5.3" />
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<ProjectReference Include="..\..\data\core\Data.Core.csproj"/>
27-
<ProjectReference Include="..\..\shaders\source\Shaders.csproj"/>
28-
<ProjectReference Include="..\..\collections\source\Collections.csproj"/>
29-
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj"/>
30-
<ProjectReference Include="..\..\unmanaged\core\Unmanaged.Core.csproj"/>
26+
<ProjectReference Include="..\..\data\core\Data.Core.csproj" />
27+
<ProjectReference Include="..\..\shaders\source\Shaders.csproj" />
28+
<ProjectReference Include="..\..\collections\source\Collections.csproj" />
29+
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj" />
30+
<ProjectReference Include="..\..\unmanaged\core\Unmanaged.Core.csproj" />
3131
<ProjectReference Include="..\..\simulation\generator\Simulation.Generator.csproj">
3232
<OutputItemType>Analyzer</OutputItemType>
3333
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
@@ -39,8 +39,8 @@
3939
</ItemGroup>
4040

4141
<ItemGroup>
42-
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false"/>
43-
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive"/>
42+
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false" />
43+
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive" />
4444
</ItemGroup>
4545

4646
</Project>

tests/Shaders.Systems.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
18-
<PackageReference Include="NUnit" Version="4.3.2" />
19-
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
18+
<PackageReference Include="NUnit" Version="4.4.0-beta.1" />
19+
<PackageReference Include="NUnit.Analyzers" Version="4.9.2">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0-beta.5" />
23+
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0-alpha.3" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)