Skip to content

Commit b73106e

Browse files
committed
update packages
1 parent 78c19c5 commit b73106e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

source/Windows.Systems.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Alimer.Bindings.SDL" Version="3.9.6"/>
23+
<PackageReference Include="Alimer.Bindings.SDL" Version="3.9.8" />
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj"/>
28-
<ProjectReference Include="..\..\unmanaged\core\Unmanaged.Core.csproj"/>
29-
<ProjectReference Include="..\..\windows\source\Windows.csproj"/>
27+
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj" />
28+
<ProjectReference Include="..\..\unmanaged\core\Unmanaged.Core.csproj" />
29+
<ProjectReference Include="..\..\windows\source\Windows.csproj" />
3030
<ProjectReference Include="..\..\simulation\generator\Simulation.Generator.csproj">
3131
<OutputItemType>Analyzer</OutputItemType>
3232
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
3333
</ProjectReference>
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false"/>
38-
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive"/>
37+
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false" />
38+
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive" />
3939
</ItemGroup>
4040

4141
</Project>

0 commit comments

Comments
 (0)