Skip to content

Commit e26ecdc

Browse files
committed
update packages and reference generator projects
1 parent 87db229 commit e26ecdc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

source/VulkanRenderer.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Vortice.Vulkan" Version="2.2.0"/>
22+
<PackageReference Include="Vortice.Vulkan" Version="2.2.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<ProjectReference Include="..\..\rendering-systems\source\Rendering.Systems.csproj"/>
27-
<ProjectReference Include="..\..\textures\source\Textures.csproj"/>
26+
<ProjectReference Include="..\..\rendering-systems\source\Rendering.Systems.csproj" />
27+
<ProjectReference Include="..\..\textures\source\Textures.csproj" />
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false"/>
32-
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive"/>
31+
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false" />
32+
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive" />
3333
</ItemGroup>
3434

3535
</Project>

0 commit comments

Comments
 (0)