Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RecreateGuidDatabase/RecreateGuidDatabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Markdig.Signed" Version="0.37.0" />
<PackageReference Include="SIL.ReleaseTasks.Dogfood" Version="[2.3.3-*,)" PrivateAssets="All" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions SIL.BuildTasks.AWS/SIL.BuildTasks.AWS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.3.110.50" IncludeAssets="All" PrivateAssets="All" />
<PackageReference Include="Markdig.Signed" Version="0.37.0" />
<PackageReference Include="SIL.ReleaseTasks.Dogfood" Version="[2.3.3-*,)" PrivateAssets="All" />
</ItemGroup>
<!-- Collect all dependencies and include them in the package itself, next to the Task assembly. -->
Expand Down
1 change: 1 addition & 0 deletions SIL.BuildTasks/SIL.BuildTasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<IsTool>true</IsTool>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Markdig.Signed" Version="0.37.0" />
<PackageReference Include="SIL.ReleaseTasks.Dogfood" Version="[2.3.3-*,)" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions SIL.ReleaseTasks.Tests/SIL.ReleaseTasks.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<Reference Include="Microsoft.Build.Framework" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Markdig.Signed" Version="0.37.0" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
Expand Down
Loading