Skip to content

Commit

Permalink
Merge pull request #949 from adamralph/fix-line-endings
Browse files Browse the repository at this point in the history
fix line endings
  • Loading branch information
adamralph authored Dec 17, 2023
2 parents 37c08f6 + 3e72786 commit d0a5c65
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions MinVerTests.Infra/MinVerTests.Infra.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
<PackageReference Include="SimpleExec" Version="12.0.0-alpha.1" />
</ItemGroup>

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

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
<PackageReference Include="SimpleExec" Version="12.0.0-alpha.1" />
</ItemGroup>

</Project>

0 comments on commit d0a5c65

Please sign in to comment.