Skip to content

Commit

Permalink
remove SourceLink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 30, 2024
1 parent d91a024 commit ca0835d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Fody/Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<ItemGroup>
<ProjectReference Include="..\FodyCommon\FodyCommon.csproj" PrivateAssets="All" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" Condition="$(Configuration) == 'Release'" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="[17.1.0]" PrivateAssets="All" />
<Compile Include="..\FodyHelpers\Guard.cs" Link="Guard.cs" />
<Compile Include="..\FodyHelpers\MessageImportance.cs" Link="MessageImportance.cs" />
Expand Down
1 change: 0 additions & 1 deletion FodyCommon/FodyCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@

<ItemGroup>
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" Condition="$(Configuration) == 'Release'" PrivateAssets="All" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion FodyHelpers/FodyHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<ItemGroup>
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" Condition="$(Configuration) == 'Release'" PrivateAssets="All" />
</ItemGroup>

<!-- Using Cecil directly via project reference generates package dependencies to non-existing cecil packages (https://github.com/NuGet/Home/issues/3891) => use ReferenceOutputAssembly="false" and reference the binaries directly -->
Expand Down
1 change: 0 additions & 1 deletion FodyIsolated/FodyIsolated.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<ProjectReference Include="..\FodyHelpers\FodyHelpers.csproj" />

<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" Condition="$(Configuration) == 'Release'" PrivateAssets="All" />

<ProjectReference Include="..\cecil\Mono.Cecil.csproj" />
<ProjectReference Include="..\cecil\rocks\Mono.Cecil.Rocks.csproj" />
Expand Down

0 comments on commit ca0835d

Please sign in to comment.