Skip to content

Commit

Permalink
Merge pull request #519 from smoogipoo/fix-line-endings
Browse files Browse the repository at this point in the history
Fix some incorrect line endings
  • Loading branch information
smoogipoo committed Jan 19, 2024
2 parents 63b6300 + 8fb99a1 commit 81a9547
Show file tree
Hide file tree
Showing 7 changed files with 989 additions and 989 deletions.
24 changes: 12 additions & 12 deletions src/Veldrid.MetalBindings/Veldrid.MetalBindings.csproj
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
</ItemGroup>

</Project>

0 comments on commit 81a9547

Please sign in to comment.