Remove explicit source link (see #401)

This commit is contained in:
Zoe Roux 2024-04-09 14:15:52 +02:00
parent 57246cade1
commit 762b8047da
No known key found for this signature in database

View File

@ -28,10 +28,6 @@
<CheckCodingStyle Condition="$(CheckCodingStyle) == ''">true</CheckCodingStyle>
</PropertyGroup>
<ItemGroup Condition="Exists('../../.git')">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="$(CheckCodingStyle) == true">
<None Include="$(MSBuildThisFileDirectory)../.editorconfig" Link=".editorconfig" Visible="false" />
</ItemGroup>