Skip to content

Commit 2bb03cd

Browse files
Extra. Change line endings in .csproj files.
1 parent 83bc5ed commit 2bb03cd

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

extra/files/c#-dotnet/Main.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<OutputType>Exe</OutputType>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
</PropertyGroup>
6-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
</PropertyGroup>
6+
</Project>

extra/files/nunit/Test.csproj

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFramework>netcoreapp3.1</TargetFramework>
4-
<IsPackable>false</IsPackable>
5-
</PropertyGroup>
6-
<ItemGroup>
7-
<PackageReference Include="nunit" Version="3.12.0" />
8-
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0"/>
10-
</ItemGroup>
11-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<IsPackable>false</IsPackable>
5+
</PropertyGroup>
6+
<ItemGroup>
7+
<PackageReference Include="nunit" Version="3.12.0" />
8+
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0"/>
10+
</ItemGroup>
11+
</Project>

0 commit comments

Comments
 (0)